Click or drag to resize

DoubleHermitianEigDecompServerComputeEigenValueRange Method

Configures the server to compute only the eigenvalues in a specified range. Eigenvalues which are greater than lower and less than or equal to upper are computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ComputeEigenValueRange(
	double lower,
	double upper
)

Parameters

lower  Double
The lower bound for the range.
upper  Double
The upper bound for the range.
See Also