SquareMatrix Operators |
The SquareMatrix type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two real, square matrices.
| |
Division |
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 |
Computes the difference of two square matrices.
| |
UnaryNegation |
Negates a real, square matrix.
|