Newton |
| Name | Description | |
|---|---|---|
| NewtonRaphsonParameterCalc | Constructs a NewtonRaphsonParameterCalc object with a default tolerance of 1e-8, and a default value of 1000 for the maximum number of iterations. | |
| NewtonRaphsonParameterCalc(Double) | Constructs a NewtonRaphsonParameterCalc object with the given tolerance. A default value of 1000 is used for the maximum number of iterations. | |
| NewtonRaphsonParameterCalc(Int32) | Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations. A default value of 1e-8 is used for the tolerance. | |
| NewtonRaphsonParameterCalc(Int32, Double) | Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations and tolerance. | |
| NewtonRaphsonParameterCalc(Int32, Double, Boolean) | Constructs a NewtonRaphsonParameterCalc object with the given maximum number of iterations and tolerance. |