Click or drag to resize

DoubleComplexBandMatrix Operators and Type Conversions

The DoubleComplexBandMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(DoubleComplex, DoubleComplexBandMatrix) Adds a scalar to the non-zero elements of a banded matrix.
Public operatorStatic memberAddition(DoubleComplexBandMatrix, DoubleComplex) Adds a scalar to the non-zero elements of a banded matrix.
Public operatorStatic memberAddition(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Adds two banded matrices.
Public operatorStatic memberDivision(DoubleComplex, DoubleComplexBandMatrix) Divides a scalar by the non-zero elements of a banded matrix.
Public operatorStatic memberDivision(DoubleComplexBandMatrix, DoubleComplex) Divides the non-zero elements of a banded matrix by a scalar.
Public operatorStatic memberDivision(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Divides a banded matrix by another.
Public operatorStatic memberEquality(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Tests for equality of two banded matrices. Two matrices are equal if they have the same dimensions, upper and lower bandwidths, and all values are equal.
Public operatorStatic member(DoubleBandMatrix to DoubleComplexBandMatrix) Implicitly converts a DoubleBandMatrix instance into a DoubleComplexBandMatrix instance.
Public operatorStatic member(FloatComplexBandMatrix to DoubleComplexBandMatrix) Implicitly converts a FloatComplexBandMatrix instance into a DoubleComplexBandMatrix instance.
Public operatorStatic memberInequality(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Tests for equality of two banded matrices. Two matrices are equal if they have the same dimensions, upper and lower bandwidths, and all values are equal.
Public operatorStatic memberMultiply(DoubleComplex, DoubleComplexBandMatrix) Multiplies the non-zero elements of a banded matrix by a scalar.
Public operatorStatic memberMultiply(DoubleComplexBandMatrix, DoubleComplex) Multiplies the non-zero elements of a banded matrix and a scalar.
Public operatorStatic memberMultiply(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Multiplies two banded matrices.
Public operatorStatic memberSubtraction(DoubleComplex, DoubleComplexBandMatrix) Subtracts the non-zero elements of a banded matrix from a scalar.
Public operatorStatic memberSubtraction(DoubleComplexBandMatrix, DoubleComplex) Subtracts a scalar from the non-zero elements of a banded matrix.
Public operatorStatic memberSubtraction(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Subtracts two banded matrices.
Public operatorStatic memberUnaryNegation(DoubleComplexBandMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(DoubleComplexBandMatrix) Unary + operator. Just returns the input matrix.
Top
See Also