Click or drag to resize

DoubleUpperTriMatrix Operators and Type Conversions

The DoubleUpperTriMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Double, DoubleUpperTriMatrix) Adds a scalar and an upper triangular matrix.
Public operatorStatic memberAddition(DoubleUpperTriMatrix, DoubleUpperTriMatrix) Adds two upper triangular matrices.
Public operatorStatic memberAddition(DoubleUpperTriMatrix, Double) Adds an upper triangular matrix and a scalar.
Public operatorStatic memberDivision(Double, DoubleUpperTriMatrix) Divide a scalar by an upper triangular matrix.
Public operatorStatic memberDivision(DoubleUpperTriMatrix, DoubleUpperTriMatrix) Divide an upper triangular matrix by another.
Public operatorStatic memberDivision(DoubleUpperTriMatrix, Double) Divide an upper triangular matrix by a scalar.
Public operatorStatic memberEquality(DoubleUpperTriMatrix, DoubleUpperTriMatrix) 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 member(FloatUpperTriMatrix to DoubleUpperTriMatrix) Implicitly converts a FloatUpperTriMatrix instance into a DoubleUpperTriMatrix instance.
Public operatorStatic memberInequality(DoubleUpperTriMatrix, DoubleUpperTriMatrix) 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(Double, DoubleUpperTriMatrix) Multiply a scalar and an upper triangular matrix.
Public operatorStatic memberMultiply(DoubleUpperTriMatrix, DoubleUpperTriMatrix) Multiply two upper triangular matrices.
Public operatorStatic memberMultiply(DoubleUpperTriMatrix, Double) Multiply an upper triangular matrix and a scalar.
Public operatorStatic memberSubtraction(Double, DoubleUpperTriMatrix) Subtracts an upper triangular matrix from a scalar.
Public operatorStatic memberSubtraction(DoubleUpperTriMatrix, DoubleUpperTriMatrix) Subtracts one upper triangular matrix from another.
Public operatorStatic memberSubtraction(DoubleUpperTriMatrix, Double) Subtracts a scalar from an upper triangular matrix.
Public operatorStatic memberUnaryNegation(DoubleUpperTriMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(DoubleUpperTriMatrix) Unary + operator. Just returns the input matrix.
Top
See Also