MtxExpr.SortAscend Method

Overload List

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

Overload 1: Matrix SortAscend(TMtx X)

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.SortAscend

Overload 2: Matrix SortAscend(TMtx X, Int32 Col)

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtxsource TMtx
2ColInt32

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.SortAscend

Overload 3: Vector SortAscend(TVec Src)

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.TVec.SortAscend

Overload 4: Vector SortAscend(TVec Src, TVecInt IndexVec)

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecsource TVec
2IndexVecTVecIntsource TVecInt

Returns: Vector

Remarks:

Internally calls Dew.Math.TVec.SortAscend