DenseMatrix<T>.Sort Method

Sorts the matrix by the specified column.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Sort(
	int column
)

Parameters

column  Int32
The column to sort the matrix by.

See Also