Multiply(Double, SquareMatrix) | Multiply a real, square matrix by a real constant. |
Multiply(SquareMatrix, ColumnVector) | Computes the product of a square matrix and a column vector. |
Multiply(SquareMatrix, SquareMatrix) | Computes the product of two square matrices. |