An NDoc Documented Class Library

NewtonRootFinder Constructor (Function, Function)

Create a root finder for the given function.

public NewtonRootFinder(
   Function f,
   Function d
);

Parameters

f
the target function.
d
the first derivative of the target function.

See Also

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