Base |
The BaseBandMatrix 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.
(Overrides BaseMatrixItemInt32, Int32) | |
| LowerBandWidth | Number of bands below the main diagonal (lowerBandWidth) | |
| 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) |