TMtxSmallInt::RowPermute Method

TMtxInt *RowPermute(TMtxInt *Src, TVecInt *PermuteIdx);

Permute the Rows of the Src matrix.

#NameTypeDescription
1SrcTMtxInt *
2PermuteIdxTVecInt *
Remarks:

The parameter PermuteIdx contains indexes of columns P[i] to which row at index "i" is to be moved. The result of the permutation is stored in the calling matrix. Only entire matrix can be copied.

See Also: TMtxSmallInt::RowExchange, TMtxSmallInt::ColPermute
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler