QuantLib_Secant (3) Linux Manual Page
QuantLib::Secant – Secant 1-D solver
Synopsis
#include <ql/math/solvers1d/secant.hpp>Inherits Solver1D< Secant >.
Public Member Functions
template<class F > Real solveImpl (const F &f, Real xAccuracy) constDetailed Description
Secant 1-D solver Tests
- the correctness of the returned values is tested by checking them against known good results.
