Eigenvalue Range 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum EigenvalueRange
Members
All | 0 | Compute all eigenvalues. |
Value | 1 | Compute all eigenvalues whose value is in the specified range. |
Index | 2 | Compute all eigenvalues whose index is in the specified range. |