Click or drag to resize

MatrixMultiply Method

Overload List
  NameDescription
Public methodMultiply(Double)
Multiplies this matrix by the given scalar and returns the result.
Public methodMultiply(Matrix)
Multiplies this matrix by the given matrix from the right and returns the result.
Public methodMultiply(Vector)
Multiplies this matrix by the column vector from the right and returns the result.
Public methodMultiply(Double, Matrix)
Multiplies this matrix by the given scalar and writes the result in another matrix.
Public methodMultiply(Matrix, Matrix)
Multiplies this matrix by the given matrix from the right and writes the result into another matrix.
Public methodMultiply(Vector, Vector)
Multiplies this matrix by the column vector from the right and writes the result into another vector.
Top
See Also