MatrixLeftMultiply Method |
Name | Description | |
---|---|---|
![]() | LeftMultiply(Matrix) |
Multiplies this matrix by another one from the left and
returns the result.
|
![]() | LeftMultiply(Vector) |
Multiplies this matrix by the row vector from the left and
returns the result.
|
![]() | LeftMultiply(Matrix, Matrix) |
Multiplies this matrix by another one from the left and
writes the result into another matrix.
|
![]() | LeftMultiply(Vector, Vector) |
Multiplies this matrix by the row vector from the left and
writes the result into another row vector.
|