Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector SortAscend(TVec *Src); | Sorts the source data ascendingly. |
| 2 | Vector SortAscend(TVec *Src, TVecInt *IndexVec); | Sorts the source data ascendingly. |
| 3 | Matrix SortAscend(TMtx *X); | Sorts the matrix rows ascendigly. |
| 4 | Matrix SortAscend(TMtx *X, int Col); | Sorts the matrix rows ascendigly. |
Overload 1: Vector SortAscend(TVec *Src);
Sorts the source data ascendingly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
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.
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | Col | int |
Remarks:
Internally calls Matrix::SortAscend
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler