Matrix<T>.Sort Rows Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Sort | Sorts each row of the matrix in ascending order. |
Sort | Sorts each row of the matrix in the specified order. |
SortRows
Sorts each row of the matrix in ascending order.
public void SortRows()
SortRows(SortOrder)
Sorts each row of the matrix in the specified order.
public void SortRows(
SortOrder sortOrder
)