function DenseToBanded(const X: TMtx; MaxElemCount: Integer): Matrix;
Convert matrix from dense to banded storage format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | |
| 2 | MaxElemCount | Integer |
Returns: Matrix
Remarks:
Internally calls Matrix.DenseToBanded
Convert matrix from dense to banded storage format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | |
| 2 | MaxElemCount | Integer |
Returns: Matrix
Internally calls Matrix.DenseToBanded