Click or drag to resize

SquareMatrix Operators

The SquareMatrix type exposes the following members.

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