Bisection |
public BisectionRootFinder( Func<double, double> function, int maxNumberOfIterations, double accuracy )
[Missing <param name="function"/> documentation for "M:Altaxo.Calc.RootFinding.BisectionRootFinder.#ctor(System.Func{System.Double,System.Double},System.Int32,System.Double)"]
[Missing <param name="maxNumberOfIterations"/> documentation for "M:Altaxo.Calc.RootFinding.BisectionRootFinder.#ctor(System.Func{System.Double,System.Double},System.Int32,System.Double)"]
[Missing <param name="accuracy"/> documentation for "M:Altaxo.Calc.RootFinding.BisectionRootFinder.#ctor(System.Func{System.Double,System.Double},System.Int32,System.Double)"]