Eigenvalue Range Enumeration
Enumerates the options for specifying the eigenvalues
that should be computed.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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. |