Click or drag to resize

MatrixDoRemainder Method

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.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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