DenseMatrix<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.0
C#
public void Sort(
	int column
)

Parameters

column  Int32
The column to sort the matrix by.

See Also