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