MatrixTDivision(T, MatrixT) Operator |
Divides a scalar with a matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Matrix<T> operator /(
T dividend,
Matrix<T> divisor
)
Parameters
- dividend T
- The scalar to divide.
- divisor MatrixT
- The matrix.
Return Value
MatrixTThe result of the division.
Exceptions See Also