MatrixTDotPercent Operator |
Computes the pointwise remainder of two matrices.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxC# 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
MatrixTA matrix containing the pointwise remainder results.
See Also