Click or drag to resize

FloatLowerTriMatrix Operators

The FloatLowerTriMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(FloatLowerTriMatrix, FloatLowerTriMatrix) Adds two lower triangular matrices.
Public operatorStatic memberAddition(FloatLowerTriMatrix, Single) Adds a lower triangular matrix and a scalar.
Public operatorStatic memberAddition(Single, FloatLowerTriMatrix) Adds a scalar and a lower triangular matrix.
Public operatorStatic memberDivision(FloatLowerTriMatrix, FloatLowerTriMatrix) Divide a lower triangular matrix by another.
Public operatorStatic memberDivision(FloatLowerTriMatrix, Single) Divide a lower triangular matrix by a scalar.
Public operatorStatic memberDivision(Single, FloatLowerTriMatrix) Divide a scalar by a lower triangular matrix.
Public operatorStatic memberEquality(FloatLowerTriMatrix, FloatLowerTriMatrix) Tests for equality of two lower triangular matrices. Two matrices are equal if they have the same dimensions and all values are equal.
Public operatorStatic memberInequality(FloatLowerTriMatrix, FloatLowerTriMatrix) Tests for inequality of two lower triangular matrices. Two matrices are equal if they have the same dimensions and all values are equal.
Public operatorStatic memberMultiply(FloatLowerTriMatrix, FloatLowerTriMatrix) Multiply two lower triangular matrices.
Public operatorStatic memberMultiply(FloatLowerTriMatrix, Single) Multiply a lower triangular matrix and a scalar.
Public operatorStatic memberMultiply(Single, FloatLowerTriMatrix) Multiply a scalar and a lower triangular matrix.
Public operatorStatic memberSubtraction(FloatLowerTriMatrix, FloatLowerTriMatrix) Subtracts one lower triangular matrix from another.
Public operatorStatic memberSubtraction(FloatLowerTriMatrix, Single) Subtracts a scalar from a lower triangular matrix.
Public operatorStatic memberSubtraction(Single, FloatLowerTriMatrix) Subtracts a lower triangular matrix from a scalar.
Public operatorStatic memberUnaryNegation(FloatLowerTriMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(FloatLowerTriMatrix) Unary + operator. Just returns the input matrix.
Top
See Also