QuantLib_NewtonSafe (3) Linux Manual Page
QuantLib::NewtonSafe – safe Newton 1-D solver
Synopsis
#include <ql/math/solvers1d/newtonsafe.hpp>Inherits Solver1D< NewtonSafe >.
Public Member Functions
template<class F > Real solveImpl (const F &f, Real xAccuracy) constDetailed Description
safe Newton 1-D solver Note:
- This solver requires that the passed function object implement a method Real derivative(Real).
Tests
- the correctness of the returned values is tested by checking them against known good results.
