Click or drag to resize

ArnoldiEigenvalueOptions Methods

The ArnoldiEigenvalueOptions type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this object.
Public methodFindEigenvalueInRange Find all eigenvalues in the given range.
Public methodFindEigenvaluesGreaterThan Find eigenvalues that are just to the right of the given lower bound. By default eigenvalues of largest magnitude are computed.
Public methodFindEigenvaluesLessThan Find eigenvalues that are just to the left of the given upper bound. By default eigenvalues of largest magnitude are computed.
Public methodFindEigenvaluesNear 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.
Public methodFindEigenvaluesOfLargestMagnitude Find eigenvalues with largest absolute values.
Public methodFindEigenvaluesOfSmallestMagnitude Find eigenvalues with smallest absolute values.
Top
See Also