MtxExpr.SortDescend Method

Overload List

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

Overload 1: function SortDescend(const X: TMtx): Matrix;

Sorts all rows in the matrix descendingly

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.SortDescend

Overload 2: function SortDescend(const X: TMtx; Col: Integer): Matrix;

Performs row based sort in descending order.

#NameTypeDescription
1XTMtx
2ColInteger

Returns: Matrix

Remarks:

Internally calls Matrix.SortDescend

Overload 3: function SortDescend(const Src: TVec): Vector;

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVec

Returns: Vector

Remarks:

Internally calls TVec.SortDescend

Overload 4: function SortDescend(const Src: TVec; const IndexVec: TVecInt): Vector;

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVec
2IndexVecTVecInt

Returns: Vector

Remarks:

Internally calls TVec.SortDescend