Alexandria  2.16
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
interpolation.h File Reference
#include <memory>
#include <vector>
#include "ElementsKernel/Export.h"
#include "ElementsKernel/Exception.h"
#include "XYDataset/XYDataset.h"
#include "MathUtils/function/Function.h"
Include dependency graph for interpolation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Euclid::MathUtils::InterpolationException
 

Namespaces

 Euclid
 
 Euclid::MathUtils
 

Enumerations

enum  Euclid::MathUtils::InterpolationType { Euclid::MathUtils::InterpolationType::LINEAR, Euclid::MathUtils::InterpolationType::CUBIC_SPLINE }
 Enumeration of the different supported interpolation types. More...
 

Functions

ELEMENTS_API std::unique_ptr
< Function > 
Euclid::MathUtils::interpolate (const std::vector< double > &x, const std::vector< double > &y, InterpolationType type, bool extrapolate=false)
 
ELEMENTS_API std::unique_ptr
< Function > 
Euclid::MathUtils::interpolate (const Euclid::XYDataset::XYDataset &dataset, InterpolationType type, bool extrapolate=false)
 

Detailed Description

Date
February 20, 2014
Author
Nikolaos Apostolakos

Definition in file interpolation.h.