QuantLib_FalsePosition

Langue: en

Autres versions - même langue

Version: 381651 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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) const

Detailed Description

False position 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.