Click or drag to resize

DoubleComplexUpperTriMatrix Operators and Type Conversions

The DoubleComplexUpperTriMatrix type exposes the following members.

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