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

Forward-flat interpolation factory and traits. More...

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

+ Collaboration diagram for ForwardFlat:

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 = 2
 

Detailed Description

Forward-flat interpolation factory and traits.

Definition at line 56 of file forwardflatinterpolation.hpp.

Member Function Documentation

◆ interpolate()

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

Definition at line 59 of file forwardflatinterpolation.hpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ global

const bool global = false
static

Definition at line 63 of file forwardflatinterpolation.hpp.

◆ requiredPoints

const Size requiredPoints = 2
static

Definition at line 64 of file forwardflatinterpolation.hpp.