|  | Arnoldi | 
The ArnoldiEigenvalueOptions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this object. | 
|  | FindEigenvalueInRange | Find all eigenvalues in the given range. | 
|  | FindEigenvaluesGreaterThan | Find eigenvalues that are just to the right of the given lower bound. By default eigenvalues of largest magnitude are computed. | 
|  | FindEigenvaluesLessThan | Find eigenvalues that are just to the left of the given upper bound. By default eigenvalues of largest magnitude are computed. | 
|  | FindEigenvaluesNear | Find eigenvalues near a specified value. An attempt will be made to find equal number of eigenvalues on either side of the specified value. By default eigenvalues of largest magnitude are computed. | 
|  | FindEigenvaluesOfLargestMagnitude | Find eigenvalues with largest absolute values. | 
|  | FindEigenvaluesOfSmallestMagnitude | Find eigenvalues with smallest absolute values. | 
 See Also
See Also