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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum EigenvalueRangeMembers
| 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. |