MtxExpr::ResizeAndTranspose Function

Matrix ResizeAndTranspose(TMtx *Src, int NewRows, int NewCols);

Returns the resized and transposed matrix.

#NameTypeDescription
1SrcTMtx *
2NewRowsint
3NewColsint
Remarks:

Internally calls Matrix::ResizeAndTranspose

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler