Click or drag to resize

MatrixLeftMultiply Method

Overload List
  NameDescription
Public methodLeftMultiply(Matrix)
Multiplies this matrix by another one from the left and returns the result.
Public methodLeftMultiply(Vector)
Multiplies this matrix by the row vector from the left and returns the result.
Public methodLeftMultiply(Matrix, Matrix)
Multiplies this matrix by another one from the left and writes the result into another matrix.
Public methodLeftMultiply(Vector, Vector)
Multiplies this matrix by the row vector from the left and writes the result into another row vector.
Top
See Also