|  | FloatSymBandMatrix Operators | 
The FloatSymBandMatrix type exposes the following members.
 Operators
Operators|  | Name | Description | 
|---|
|   | Addition(FloatSymBandMatrix, FloatSymBandMatrix) | Adds two symmetric banded matrices. | 
|   | Addition(FloatSymBandMatrix, Single) | Adds a scalar to the non-zero elements of a banded matrix. | 
|   | Addition(Single, FloatSymBandMatrix) | Adds a scalar to the non-zero elements of a banded matrix. | 
|   | Division(FloatSymBandMatrix, FloatSymBandMatrix) | Divides a symmetric banded matrix by another. | 
|   | Division(FloatSymBandMatrix, Single) | Divides the non-zero elements of a symmetric banded matrix by a scalar. | 
|   | Division(Single, FloatSymBandMatrix) | Divides a scalar by the non-zero elements of a symmetric banded matrix. | 
|   | Equality(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. | 
|   | Inequality(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. | 
|   | Multiply(FloatSymBandMatrix, FloatSymBandMatrix) | Multiplies two symmetric banded matrices. | 
|   | Multiply(FloatSymBandMatrix, Single) | Multiplies the non-zero elements of a symmetric banded matrix and a scalar. | 
|   | Multiply(Single, FloatSymBandMatrix) | Multiplies the non-zero elements of a symmetric banded matrix by a scalar. | 
|   | Subtraction(FloatSymBandMatrix, FloatSymBandMatrix) | Subtracts two symmetric banded matrices. | 
|   | Subtraction(FloatSymBandMatrix, Single) | Subtracts a scalar from the non-zero elements of a symmetric banded matrix. | 
|   | Subtraction(Single, FloatSymBandMatrix) | Subtracts the non-zero elements of a symmetric banded matrix from a scalar. | 
|   | UnaryNegation(FloatSymBandMatrix) | Negation operator. | 
|   | UnaryPlus(FloatSymBandMatrix) | Unary + operator. Just returns the input matrix. | 
Top See Also
See Also