Secant Class Reference

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

Inheritance diagram for Secant:

List of all members.


Detailed Description

Secant 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