Click or drag to resize

ArnoldiEigenvalueOptionsFindEigenvaluesLessThan Method

Find eigenvalues that are just to the left of the given upper bound. By default eigenvalues of largest magnitude are computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FindEigenvaluesLessThan(
	double upperBound
)

Parameters

upperBound  Double
Upper bound for computed eigenvectors.
See Also