Click or drag to resize

RectangularMatrix Operators and Type Conversions

The RectangularMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two real, rectangular matrices.
Public operatorStatic memberDivision
Divides a real, rectangular matrix by a real constant.
Public operatorStatic member(RectangularMatrix to SquareMatrix)
Casts a rectangular matrix to a square matrix.
Public operatorStatic memberMultiply(Double, RectangularMatrix)
Multiply a real, rectangular matrix by a real constant.
Public operatorStatic memberMultiply(RectangularMatrix, ColumnVector)
Computes the product of a rectangular matrix and a column vector.
Public operatorStatic memberMultiply(RectangularMatrix, RectangularMatrix)
Multiplies two real, rectangular matrices.
Public operatorStatic memberSubtraction
Subtracts two real, rectangular matrices.
Public operatorStatic memberUnaryNegation
Negates a real, rectangular matrix.
Top
See Also