Click or drag to resize

SquareMatrixMultiply Operator

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