solveImpl (3) - Linux Manuals

solveImpl: Bisection 1-D solver

NAME

QuantLib::Bisection - Bisection 1-D solver

SYNOPSIS


#include <ql/math/solvers1d/bisection.hpp>

Inherits Solver1D< Bisection >.

Public Member Functions


template<class F > Real solveImpl (const F &f, Real xAccuracy) const

Detailed Description

Bisection 1-D solver

Tests

the correctness of the returned values is tested by checking them against known good results.

Author

Generated automatically by Doxygen for QuantLib from the source code.