disableExtrapolation (3) - Linux Manuals

disableExtrapolation: base class for classes possibly allowing extrapolation

NAME

QuantLib::Extrapolator - base class for classes possibly allowing extrapolation

SYNOPSIS


#include <ql/math/interpolations/extrapolation.hpp>

Inherited by Interpolation, Interpolation2D, and TermStructure.

Public Member Functions

modifiers


void enableExtrapolation (bool b=true)
enable extrapolation in subsequent calls
void disableExtrapolation (bool b=true)
disable extrapolation in subsequent calls

inspectors


bool allowsExtrapolation () const
tells whether extrapolation is enabled

Detailed Description

base class for classes possibly allowing extrapolation

Author

Generated automatically by Doxygen for QuantLib from the source code.