MtxExpr::Resize Function

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

Returns the resized matrix.

#NameTypeDescription
1SrcTMtx *
2NewRowsint
3NewColsint
Remarks:

Internally calls Matrix::Resize

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