Click or drag to resize

RectangularMatrixMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, RectangularMatrix)
Multiply a real, rectangular matrix by a real constant.
Public operatorStatic memberMultiply(RectangularMatrix, ColumnVector)
Computes the product of a rectangular matrix and a column vector.
Public operatorStatic memberMultiply(RectangularMatrix, RectangularMatrix)
Multiplies two real, rectangular matrices.
Top
See Also