Computes the remainder (% operator), where the result has the sign of the dividend,
for the given divisor each element of the matrix.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override sealed void DoRemainder(
Complex divisor,
Matrix<Complex> result
)
Parameters
- divisor Complex
- The scalar denominator to use.
- result MatrixComplex
- Matrix to store the results in.
See Also