void BandedToSparse(TMtx Src, Double ZeroThreshold)
Converts banded matrix to modified compressed column sparse matrix format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | source TMtx |
| 2 | ZeroThreshold | Double | scalar |
Result: stored in self (calling object)
Remarks:
Converts banded matrix Src to modified compressed column sparse matrix format.