QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members

Linear-interpolation with flat-extrapolation factory and traits More...

#include <ql/experimental/shortrate/generalizedhullwhite.hpp>

+ Collaboration diagram for LinearFlat:

Public Member Functions

template<class I1 , class I2 >
Interpolation interpolate (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) const
 

Static Public Attributes

static const bool global = false
 
static const Size requiredPoints = 1
 

Detailed Description

Linear-interpolation with flat-extrapolation factory and traits

Definition at line 327 of file generalizedhullwhite.hpp.

Member Function Documentation

◆ interpolate()

Interpolation interpolate ( const I1 &  xBegin,
const I1 &  xEnd,
const I2 &  yBegin 
) const

Definition at line 330 of file generalizedhullwhite.hpp.

Member Data Documentation

◆ global

const bool global = false
static

Definition at line 334 of file generalizedhullwhite.hpp.

◆ requiredPoints

const Size requiredPoints = 1
static

Definition at line 335 of file generalizedhullwhite.hpp.