Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix SortAscend(TMtx X) | Sorts the matrix rows ascendigly. |
| 2 | Matrix SortAscend(TMtx X, Int32 Col) | Sorts the matrix rows ascendigly. |
| 3 | Vector SortAscend(TVec Src) | Sorts the source data ascendingly. |
| 4 | Vector SortAscend(TVec Src, TVecInt IndexVec) | Sorts the source data ascendingly. |
Overload 1: Matrix SortAscend(TMtx X)
Sorts the matrix rows ascendigly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.SortAscend
Overload 2: Matrix SortAscend(TMtx X, Int32 Col)
Sorts the matrix rows ascendigly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | Col | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.SortAscend
Overload 3: Vector SortAscend(TVec Src)
Sorts the source data ascendingly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.TVec.SortAscend
Overload 4: Vector SortAscend(TVec Src, TVecInt IndexVec)
Sorts the source data ascendingly.
Returns: Vector
Remarks:
Internally calls Dew.Math.TVec.SortAscend