void DenseToBanded(TMtx *Dst, int MaxElemCount = 10000000) const;
Convert dense matrix to banded.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * | |
| 2 | MaxElemCount = 10000000 | int |
Remarks:
Convert the calling matrix stored in dense format to banded format and store the result in Dst. MaxElemCount defines the maximum number of elements that the Banded matrix may have before an exception will be raised.
See Also: Matrix::BandedToDense
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler