EigenvalueRange Enumeration

Enumerates the options for specifying the eigenvalues that should be computed.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum EigenvalueRange

Members

All0 Compute all eigenvalues.
Value1 Compute all eigenvalues whose value is in the specified range.
Index2 Compute all eigenvalues whose index is in the specified range.

See Also