Matrix ResizeAndTranspose(TMtx *Src, int NewRows, int NewCols);
Returns the resized and transposed matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx * | |
| 2 | NewRows | int | |
| 3 | NewCols | int |
Remarks:
Internally calls Matrix::ResizeAndTranspose
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler