MtxExprInt::SortDescend Function

Overload List

#SignatureDescription
1VectorInt SortDescend(TVecInt *Src);Sorts the source data descendingly.
2VectorInt SortDescend(TVecInt *Src, TVecInt *IndexVec);Sorts the source data descendingly.
3MatrixInt SortDescend(TMtxInt *Src);Sort in descending order all Rows from Src.
4MatrixInt SortDescend(TMtxInt *Src, const int Col);Sort in descending order all Rows from Src according to column Col.

Overload 1: VectorInt SortDescend(TVecInt *Src);

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecInt *
Remarks:

Internally calls TVecInt::SortDescend

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

Overload 2: VectorInt SortDescend(TVecInt *Src, TVecInt *IndexVec);

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecInt *
2IndexVecTVecInt *
Remarks:

Internally calls TVecInt::SortDescend

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

Overload 3: MatrixInt SortDescend(TMtxInt *Src);

Sort in descending order all Rows from Src.

#NameTypeDescription
1SrcTMtxInt *
Remarks:

Internally calls TMtxInt::SortDescend

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

Overload 4: MatrixInt SortDescend(TMtxInt *Src, const int Col);

Sort in descending order all Rows from Src according to column Col.

#NameTypeDescription
1SrcTMtxInt *
2Colconst int
Remarks:

Internally calls TMtxInt::SortDescend

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