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