Click or drag to resize

DoubleComplexMatrix Operators and Type Conversions

The DoubleComplexMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(DoubleComplex, DoubleComplexMatrix) Adds a scalar and a matrix.
Public operatorStatic memberAddition(DoubleComplexMatrix, DoubleComplex) Adds a matrix and a scalar.
Public operatorStatic memberAddition(DoubleComplexMatrix, DoubleComplexMatrix) Adds two matrices.
Public operatorStatic memberDivision(DoubleComplex, DoubleComplexMatrix) Divide a scalar by a matrix.
Public operatorStatic memberDivision(DoubleComplexMatrix, DoubleComplex) Divide a matrix by a scalar.
Public operatorStatic memberDivision(DoubleComplexMatrix, DoubleComplexMatrix) Divide a matrix by another.
Public operatorStatic memberEquality(DoubleComplexMatrix, DoubleComplexMatrix) Tests for equality of two matrices. Two matrices are equal if they have the same dimensions and all values are equal.
Public operatorStatic member(DoubleMatrix to DoubleComplexMatrix) Implicitly converts a DoubleMatrix instance into a DoubleComplexMatrix instance.
Public operatorStatic member(FloatComplexMatrix to DoubleComplexMatrix) Implicitly converts a FloatComplexMatrix instance into a DoubleComplexMatrix instance.
Public operatorStatic memberInequality(DoubleComplexMatrix, DoubleComplexMatrix) Tests for inequality of two matrices. Two matrices are not equal if they have different dimensions or their values are not all equal.
Public operatorStatic memberMultiply(DoubleComplex, DoubleComplexMatrix) Multiply a scalar and a matrix.
Public operatorStatic memberMultiply(DoubleComplexMatrix, DoubleComplex) Multiply a matrix and a scalar.
Public operatorStatic memberMultiply(DoubleComplexMatrix, DoubleComplexMatrix) Multiplies two matrices.
Public operatorStatic memberSubtraction(DoubleComplex, DoubleComplexMatrix) Subtracts a matrix from a scalar.
Public operatorStatic memberSubtraction(DoubleComplexMatrix, DoubleComplex) Subtracts a scalar from a matrix.
Public operatorStatic memberSubtraction(DoubleComplexMatrix, DoubleComplexMatrix) Subtracts one matrix from another.
Public operatorStatic memberUnaryNegation(DoubleComplexMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(DoubleComplexMatrix) Unary + operator. Just returns the input matrix.
Top
See Also