IROBand |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.IROBandMatrix`1"]
public interface IROBandMatrix<T> : IROMatrix<T> where T : struct, new()
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IROBandMatrix`1"]
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 | ||
| RowCount | The number of rows of the matrix. (Inherited from IROMatrixT) | |
| UpperBandwidth |
| Name | Description | |
|---|---|---|
| EnumerateElementsIndexed |