Click or drag to resize

BairstowRootFinder Constructor

Constructs an instance with the specified tolerance an maximum iteration values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public BairstowRootFinder(
	double tolerance = 1E-12,
	int maxIterations = 100
)

Parameters

tolerance  Double  (Optional)
Iteration terminates if
C#
StepLength
falls below this value.
maxIterations  Int32  (Optional)
Iteration terminates if the iteration count exceeds this value.
See Also