Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Functions
interpolation.cpp File Reference
#include "MathUtils/interpolation/interpolation.h"
#include "ElementsKernel/Logging.h"
#include "MathUtils/function/FunctionAdapter.h"
#include "implementations.h"
#include <AlexandriaKernel/memory_tools.h>
Include dependency graph for interpolation.cpp:

Go to the source code of this file.

Namespaces

namespace  Euclid
 
namespace  Euclid::MathUtils
 

Functions

ELEMENTS_API std::unique_ptr< FunctionEuclid::MathUtils::interpolate (const std::vector< double > &x, const std::vector< double > &y, InterpolationType type, bool extrapolate=false)
 
ELEMENTS_API std::unique_ptr< FunctionEuclid::MathUtils::interpolate (const Euclid::XYDataset::XYDataset &dataset, InterpolationType type, bool extrapolate=false)
 
ELEMENTS_API double Euclid::MathUtils::simple_interpolation (double x, const std::vector< double > &xp, const std::vector< double > &yp, bool extrapolate=false)
 
ELEMENTS_API double Euclid::MathUtils::simple_interpolation (double x, double x0, double x1, double y0, double y1, bool extrapolate) noexcept
 

Detailed Description

Date
February 21, 2014
Author
Nikolaos Apostolakos

Definition in file interpolation.cpp.