Click or drag to resize

MatrixTDotPercent Operator

Computes the pointwise remainder of two matrices.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
C# does not support this operator.

Parameters

dividend  MatrixT
The matrix whose elements are used as dividends.
divisor  MatrixT
The matrix whose elements are used as divisors.

Return Value

MatrixT
A matrix containing the pointwise remainder results.
See Also