TSparseMtx::SparseToBanded Method

void SparseToBanded(TMtx *Dst, int MaxElemCount = 10000000);

Convert sparse matrix to banded matrix.

#NameTypeDescription
1DstTMtx *
2MaxElemCount = 10000000int
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