Bisection Class Reference

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

Inheritance diagram for Bisection:

Inheritance graph
[legend]
List of all members.

Detailed Description

Bisection 1-D solver

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


Public Member Functions

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