NewtonRootFinder(FuncDouble, Double, FuncDouble, Double, Int32, Double) Constructor |
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic NewtonRootFinder(
Func<double, double> function,
Func<double, double> derivativeOfFunction,
int maxNumberOfIterations,
double accuracy
)
Parameters
- function FuncDouble, Double
- A continuous function.
- derivativeOfFunction FuncDouble, Double
- Derivative of function.
- maxNumberOfIterations Int32
- Maximum number of iterations allowed.
- accuracy Double
- Desired accuracy for the computed root.
See Also