An NDoc Documented Class Library

NewtonRootFinder Constructor (Function, Function, UInt32, Double)

Create a root finder for the given function.

public NewtonRootFinder(
   Function f,
   Function d,
   uint iterations,
   double error
);

Parameters

f
the target function.
d
the first derivative of the target function.
iterations
the maximum number of iterations
error
the maximum allowable relative error

See Also

NewtonRootFinder Class | numerics4net.root Namespace | NewtonRootFinder Constructor Overload List