QuantLib_Interpolation_Impl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::Interpolation::Impl -

abstract base class for interpolation implementations

SYNOPSIS


#include <ql/math/interpolation.hpp>

Inherited by Interpolation::templateImpl< I1, I2 >.

Public Member Functions


virtual void update ()=0

virtual Real xMin () const =0

virtual Real xMax () const =0

virtual std::vector< Real > xValues () const =0

virtual std::vector< Real > yValues () const =0

virtual bool isInRange (Real) const =0

virtual Real value (Real) const =0

virtual Real primitive (Real) const =0

virtual Real derivative (Real) const =0

virtual Real secondDerivative (Real) const =0

Detailed Description

abstract base class for interpolation implementations

Author

Generated automatically by Doxygen for QuantLib from the source code.