Bisection Class Reference

Bisection 1-D solver More...

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

Inheritance diagram for Bisection:

List of all members.

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.