Dense Matrix<T, TSlice, TStorage2D>.Sort Method
Sorts the matrix by the specified column.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void Sort(
int column
)
Parameters
- column Int32
- The column to sort the matrix by.