MtxExpr::SortAscend Function

Overload List

#SignatureDescription
1Vector SortAscend(TVec *Src);Sorts the source data ascendingly.
2Vector SortAscend(TVec *Src, TVecInt *IndexVec);Sorts the source data ascendingly.
3Matrix SortAscend(TMtx *X);Sorts the matrix rows ascendigly.
4Matrix SortAscend(TMtx *X, int Col);Sorts the matrix rows ascendigly.

Overload 1: Vector SortAscend(TVec *Src);

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVec *
Remarks:

Internally calls TVec::SortAscend

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

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

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVec *
2IndexVecTVecInt *
Remarks:

Internally calls TVec::SortAscend

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

Overload 3: Matrix SortAscend(TMtx *X);

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::SortAscend

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

Overload 4: Matrix SortAscend(TMtx *X, int Col);

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtx *
2Colint
Remarks:

Internally calls Matrix::SortAscend

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