Click or drag to resize

NewtonRaphsonParameterCalc(Int32) Constructor

Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations. A default value of 1e-8 is used for the tolerance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NewtonRaphsonParameterCalc(
	int maxIterations
)

Parameters

maxIterations  Int32
The maximum number of iterations to perform.
See Also