void DenseToBanded(TMtx Dst, Int32 MaxElemCount)
Convert dense matrix to banded.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx | source TMtx |
| 2 | MaxElemCount | Int32 |
Result: stored in self (calling object)
Remarks:
Convert the calling matrix stored in dense format to banded format and store the result in Dst. MaxElemCount defines the maximum number of elements that the Banded matrix may have before an exception will be raised.
See Also: Matrix.BandedToDense