Matrix BandedToDense(TMtx *X);
Converts a banded matrix to dense storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::BandedToDense
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Converts a banded matrix to dense storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Internally calls Matrix::BandedToDense