MatrixTDotDivide Operator |
Pointwise divides one matrix by another.
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 to divide.
- divisor MatrixT
- The matrix providing the divisors.
Return Value
MatrixTA matrix containing the pointwise division results.
See Also