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