TMtxSmallInt::ResizeAndTranspose Method

TMtxInt *ResizeAndTranspose(TMtxInt *Src, int NewRows, int NewCols);

Resize and transpose.

#NameTypeDescription
1SrcTMtxInt *
2NewRowsint
3NewColsint
Remarks:

Resizes the calling matrix to NewRows and NewCols and then copies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced. At the end the method also transposes the calling matrix. All this operations are performed in one single pass.

Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler