Click or drag to resize

FloatHermitianEigDecompServerComputeEigenValueRange 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(
	float lower,
	float upper
)

Parameters

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