MtxExpr.SortAscend Method

Overload List

#SignatureDescription
1function SortAscend(const X: TMtx): Matrix;Sorts the matrix rows ascendigly.
2function SortAscend(const X: TMtx; Col: Integer): Matrix;Sorts the matrix rows ascendigly.
3function SortAscend(const Src: TVec): Vector;Sorts the source data ascendingly.
4function SortAscend(const Src: TVec; const IndexVec: TVecInt): Vector;Sorts the source data ascendingly.

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

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.SortAscend

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

Sorts the matrix rows ascendigly.

#NameTypeDescription
1XTMtx
2ColInteger

Returns: Matrix

Remarks:

Internally calls Matrix.SortAscend

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

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVec

Returns: Vector

Remarks:

Internally calls TVec.SortAscend

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

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVec
2IndexVecTVecInt

Returns: Vector

Remarks:

Internally calls TVec.SortAscend