SquareMatrix Operators

Operators

Addition(SquareMatrix, SquareMatrix) Adds two real, square matrices.
Division(SquareMatrix, Double) Divides a real, square matrix by a real constant.
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.
Subtraction(SquareMatrix, SquareMatrix) Computes the difference of two square matrices.
UnaryNegation(SquareMatrix) Negates a real, square matrix.

See Also