function BandedToDense(const X: TMtx): Matrix;
Converts a banded matrix to dense storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.BandedToDense
Converts a banded matrix to dense storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Internally calls Matrix.BandedToDense