QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | List of all members
MixedInterpolation Struct Reference

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

+ Collaboration diagram for MixedInterpolation:

Public Types

enum  Behavior { ShareRanges , SplitRanges }
 

Detailed Description

Definition at line 41 of file mixedinterpolation.hpp.

Member Enumeration Documentation

◆ Behavior

enum Behavior
Enumerator
ShareRanges 

Define both interpolations over the whole range defined by the passed iterators. This is the default behavior.

SplitRanges 

Define the first interpolation over the first part of the range, and the second interpolation over the second part.

Definition at line 42 of file mixedinterpolation.hpp.