MtxExpr.SortDescend Method

Overload List

#SignatureDescription
1Matrix SortDescend(TMtx X)Sorts all rows in the matrix descendingly
2Matrix SortDescend(TMtx X, Int32 Col)Performs row based sort in descending order.
3Vector SortDescend(TVec Src)Sorts the source data descendingly.
4Vector SortDescend(TVec Src, TVecInt IndexVec)Sorts the source data descendingly.

Overload 1: Matrix SortDescend(TMtx X)

Sorts all rows in the matrix descendingly

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.SortDescend

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

Performs row based sort in descending order.

#NameTypeDescription
1XTMtxsource TMtx
2ColInt32

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.SortDescend

Overload 3: Vector SortDescend(TVec Src)

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.TVec.SortDescend

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

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecsource TVec
2IndexVecTVecIntsource TVecInt

Returns: Vector

Remarks:

Internally calls Dew.Math.TVec.SortDescend