Click or drag to resize

FloatSymBandMatrix Operators

The FloatSymBandMatrix type exposes the following members.

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