void SparseToDense(TMtx *Dst, int MaxElemCount = 10000000);
Convert sparse matrix to banded matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * | |
| 2 | MaxElemCount = 10000000 | int |
Remarks:
Convert sparse matrix modified compressed column format to dense matrix.
See Also: TSparseMtx::DenseToSparse
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler