IROBand |
public interface IROBandMatrix<T> : IROMatrix<T> where T : struct, new()
The IROBandMatrixT type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | The number of columns of the matrix. (Inherited from IROMatrixT) | |
| Item | Gets an element of the matrix at (row, col). (Inherited from IROMatrixT) | |
| LowerBandwidth | Gets the lower bandwidth of the matrix. | |
| RowCount | The number of rows of the matrix. (Inherited from IROMatrixT) | |
| UpperBandwidth | Gets the upper bandwidth of the matrix. |
| Name | Description | |
|---|---|---|
| EnumerateElementsIndexed | Enumerates the matrix elements with their indices. |