Matrix<T>.Sort Columns Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Sort | Sorts each column of the matrix in ascending order. |
| Sort | Sorts each column of the matrix in the specified order. |
SortColumns
Sorts each column of the matrix in ascending order.
public void SortColumns()SortColumns(SortOrder)
Sorts each column of the matrix in the specified order.
public void SortColumns(
SortOrder sortOrder
)