Click or drag to resize

NewtonRaphsonParameterCalc Constructor

Overload List
 NameDescription
Public methodNewtonRaphsonParameterCalc Constructs a NewtonRaphsonParameterCalc object with a default tolerance of 1e-8, and a default value of 1000 for the maximum number of iterations.
Public methodNewtonRaphsonParameterCalc(Double) Constructs a NewtonRaphsonParameterCalc object with the given tolerance. A default value of 1000 is used for the maximum number of iterations.
Public methodNewtonRaphsonParameterCalc(Int32) Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations. A default value of 1e-8 is used for the tolerance.
Public methodNewtonRaphsonParameterCalc(Int32, Double) Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations and tolerance.
Public methodNewtonRaphsonParameterCalc(Int32, Double, Boolean) Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations and tolerance.
Top
See Also