void BandedToSparse(TMtx *Src, double ZeroThreshold = 0);
Converts banded matrix to modified compressed column sparse matrix format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx * | |
| 2 | ZeroThreshold = 0 | double |
Remarks:
Converts banded matrix Src to modified compressed column sparse matrix format.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler