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