LMatrixDivision(Matrix, LMatrix) Operator |
Solves the equation m2*x = m1 for the matrix x.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic static Matrix operator /(
Matrix m1,
LMatrix m2
)
Parameters
- m1 Matrix
- The matrix at the right side.
- m2 LMatrix
- The matrix at the left side.
Return Value
MatrixThe solving matrix.
See Also