Click or drag to resize

DoubleBandMatrix Operators and Type Conversions

The DoubleBandMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Double, DoubleBandMatrix) Adds a scalar to the non-zero elements of a banded matrix.
Public operatorStatic memberAddition(DoubleBandMatrix, DoubleBandMatrix) Adds two banded matrices.
Public operatorStatic memberAddition(DoubleBandMatrix, Double) Adds a scalar to the non-zero elements of a banded matrix.
Public operatorStatic memberDivision(Double, DoubleBandMatrix) Divides a scalar by the non-zero elements of a banded matrix.
Public operatorStatic memberDivision(DoubleBandMatrix, DoubleBandMatrix) Divides a banded matrix by another.
Public operatorStatic memberDivision(DoubleBandMatrix, Double) Divides the non-zero elements of a banded matrix by a scalar.
Public operatorStatic memberEquality(DoubleBandMatrix, DoubleBandMatrix) 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(FloatBandMatrix to DoubleBandMatrix) Implicitly converts a FloatBandMatrix instance into a DoubleBandMatrix instance.
Public operatorStatic memberInequality(DoubleBandMatrix, DoubleBandMatrix) 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(Double, DoubleBandMatrix) Multiplies the non-zero elements of a banded matrix by a scalar.
Public operatorStatic memberMultiply(DoubleBandMatrix, DoubleBandMatrix) Multiplies two banded matrices.
Public operatorStatic memberMultiply(DoubleBandMatrix, Double) Multiplies the non-zero elements of a banded matrix and a scalar.
Public operatorStatic memberSubtraction(Double, DoubleBandMatrix) Subtracts the non-zero elements of a banded matrix from a scalar.
Public operatorStatic memberSubtraction(DoubleBandMatrix, DoubleBandMatrix) Subtracts two banded matrices.
Public operatorStatic memberSubtraction(DoubleBandMatrix, Double) Subtracts a scalar from the non-zero elements of a banded matrix.
Public operatorStatic memberUnaryNegation(DoubleBandMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(DoubleBandMatrix) Unary + operator. Just returns the input matrix.
Top
See Also