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