Click or drag to resize

FloatUpperTriMatrix Operators

The FloatUpperTriMatrix type exposes the following members.

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