Click or drag to resize

DoubleComplexLowerTriMatrix Operators and Type Conversions

The DoubleComplexLowerTriMatrix type exposes the following members.

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