Band |
The BandMatrix type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount |
Returns the number of columns.
(Inherited from BaseMatrix) | |
IsSquare |
Gets a value indicating if the matrix is square.
(Inherited from BaseMatrix) | |
Item |
Returns the value of a element of the matrix.
(Inherited from BaseBandMatrix) | |
LowerBandWidth |
Number of bands below the main diagonal (lowerBandWidth)
(Inherited from BaseBandMatrix) | |
RowCount |
Returns the number of rows.
(Inherited from BaseMatrix) | |
Trace | Returns the trace of the matrix. (Inherited from BaseMatrix) | |
UpperBandWidth |
Number of bands above the main diagonal (upperBandWidth)
(Inherited from BaseBandMatrix) |