void SparseToBanded(TMtx *Dst, int MaxElemCount = 10000000);
Convert sparse matrix to banded matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * | |
| 2 | MaxElemCount = 10000000 | int |
Remarks:
Convert calling matrix, stored in HB sparse matrix format, to banded matrix format. The result (banded matrix format) is stored in Dst matrix. The size and complex properties of Dst matrix are adjusted automatically.
See Also: TSparseMtx::BandedToSparse
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler