QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Classes | Namespaces
interpolation.hpp File Reference

base class for 1-D interpolations More...

#include <ql/math/interpolations/extrapolation.hpp>
#include <ql/math/comparison.hpp>
#include <ql/errors.hpp>
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

class  Interpolation
 base class for 1-D interpolations. More...
 
class  Interpolation::Impl
 abstract base class for interpolation implementations More...
 
class  Interpolation::templateImpl< I1, I2 >
 basic template implementation More...
 

Namespaces

namespace  QuantLib
 

Detailed Description

base class for 1-D interpolations

Definition in file interpolation.hpp.