Click or drag to resize

MatrixMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, Matrix)
Multiplies the matrix by given scalar and returns the result.
Public operatorStatic memberMultiply(Matrix, Matrix)
Multiplies two matrices and returns the result.
Public operatorStatic memberMultiply(Matrix, Vector)
Multiplies the matrix by the column vector.
Public operatorStatic memberMultiply(Matrix, Double)
Multiplies the matrix by given scalar and returns the result.
Public operatorStatic memberMultiply(Vector, Matrix)
Multiplies the row vector by the matrix.
Top
See Also