You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Matrix.ColPermute Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.ColPermute Method

Permute the columns of the Src matrix.

Pascal
function ColPermute(const Src: TMtx; PermuteIdx: TVecInt): TMtx; overload;

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!