LMatrixMultiply(LMatrix, RMatrix) Operator |
Multiplies a lower-triangular matrix with an upper-triangular one.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static Matrix operator *(
LMatrix m1,
RMatrix m2
)
Parameters
- m1 LMatrix
- First matrix.
- m2 RMatrix
- Second matrix.
Return Value
MatrixThe product of the two operands.
See Also