Click or drag to resize

NewtonRootFinder(FuncDouble, Double, FuncDouble, Double, Int32, Double) Constructor

Initializes a new instance of the NewtonRootFinder class

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NewtonRootFinder(
	Func<double, double> function,
	Func<double, double> derivativeOfFunction,
	int maxNumberOfIterations,
	double accuracy
)

Parameters

function  FuncDouble, Double

[Missing <param name="function"/> documentation for "M:Altaxo.Calc.RootFinding.NewtonRootFinder.#ctor(System.Func{System.Double,System.Double},System.Func{System.Double,System.Double},System.Int32,System.Double)"]

derivativeOfFunction  FuncDouble, Double

[Missing <param name="derivativeOfFunction"/> documentation for "M:Altaxo.Calc.RootFinding.NewtonRootFinder.#ctor(System.Func{System.Double,System.Double},System.Func{System.Double,System.Double},System.Int32,System.Double)"]

maxNumberOfIterations  Int32

[Missing <param name="maxNumberOfIterations"/> documentation for "M:Altaxo.Calc.RootFinding.NewtonRootFinder.#ctor(System.Func{System.Double,System.Double},System.Func{System.Double,System.Double},System.Int32,System.Double)"]

accuracy  Double

[Missing <param name="accuracy"/> documentation for "M:Altaxo.Calc.RootFinding.NewtonRootFinder.#ctor(System.Func{System.Double,System.Double},System.Func{System.Double,System.Double},System.Int32,System.Double)"]

See Also