Matrix DenseToBanded(TMtx *X, int MaxElemCount = 10000000);
Convert matrix from dense to banded storage format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | MaxElemCount = 10000000 | int |
Remarks:
Internally calls Matrix::DenseToBanded
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler