Matrix DenseToBanded(TMtx X, Int32 MaxElemCount)
Convert matrix from dense to banded storage format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | MaxElemCount | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.DenseToBanded
Convert matrix from dense to banded storage format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | MaxElemCount | Int32 |
Returns: Matrix
Internally calls Dew.Math.Matrix.DenseToBanded