Click or drag to resize

ArnoldiEigenvalueOptionsFindEigenvaluesNear Method

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.

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

Parameters

ev  Double
Compute eigenvalues near this value.
See Also