Click or drag to resize

RealEigenpairCollectionSort Method

Sort the eigenpairs by eigenvalue as specified.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Sort(
	OrderBy order
)

Parameters

order
Type: Meta.Numerics.MatricesOrderBy
The desired ordering.
Remarks

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

See Also