Click or drag to resize

FloatComplexUpperTriMatrix Operators and Type Conversions

The FloatComplexUpperTriMatrix type exposes the following members.

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