Click or drag to resize

DoubleSymBandMatrix Operators and Type Conversions

The DoubleSymBandMatrix type exposes the following members.

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