RealEigenpairCollectionSort Method

Sort the eigenpairs by eigenvalue as specified.

Definition

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public void Sort(
	OrderBy order
)

Parameters

order  OrderBy
The desired ordering.

Remarks

Before this method is called, the ordering of the eigenpairs is random and should not be relied upon.

See Also