Click or drag to resize

ArnoldiEigenvalueOptionsFindEigenvaluesGreaterThan Method

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

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

Parameters

lowerBound  Double
Lower bound for computed eigenvalues.
See Also