Click or drag to resize

AnyRectangularMatrix Operators

The AnyRectangularMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds any two real, rectangular matrices.
Public operatorStatic memberMultiply(Double, AnyRectangularMatrix)
Multiplies any real, rectangular matrix by a real constant.
Public operatorStatic memberMultiply(AnyRectangularMatrix, AnyRectangularMatrix)
Multiplies any two real, rectangular matrices.
Public operatorStatic memberMultiply(AnyRectangularMatrix, ColumnVector)
Multiplies any real, rectangular matrix with a real column vector.
Public operatorStatic memberSubtraction
Subtracts any two real, rectangular matrices.
Top
See Also