MtxExprInt::SortAscend Function

Overload List

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

Overload 1: VectorInt SortAscend(TVecInt *Src);

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecInt *
Remarks:

Internally calls TVecInt::SortAscend

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

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

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecInt *
2IndexVecTVecInt *
Remarks:

Internally calls TVecInt::SortAscend

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

Overload 3: MatrixInt SortAscend(TMtxInt *Src);

Sort in ascending order all Rows.

#NameTypeDescription
1SrcTMtxInt *
Remarks:

Internally calls TMtxInt::SortAscend

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

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

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

#NameTypeDescription
1SrcTMtxInt *
2Colconst int
Remarks:

Internally calls TMtxInt::SortAscend

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