RectangularMatrix Operators and Type Conversions |
The RectangularMatrix type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two real, rectangular matrices.
| |
Division |
Divides a real, rectangular matrix by a real constant.
| |
(RectangularMatrix to SquareMatrix) |
Casts a rectangular matrix to a square matrix.
| |
Multiply(Double, RectangularMatrix) |
Multiply a real, rectangular matrix by a real constant.
| |
Multiply(RectangularMatrix, ColumnVector) |
Computes the product of a rectangular matrix and a column vector.
| |
Multiply(RectangularMatrix, RectangularMatrix) |
Multiplies two real, rectangular matrices.
| |
Subtraction |
Subtracts two real, rectangular matrices.
| |
UnaryNegation |
Negates a real, rectangular matrix.
|