Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
spline.cpp File Reference
#include "ElementsKernel/Exception.h"
#include "MathUtils/function/Piecewise.h"
#include "MathUtils/interpolation/interpolation.h"
#include <limits>
Include dependency graph for spline.cpp:

Go to the source code of this file.

Classes

class  Euclid::MathUtils::CubicInterpolator
 

Namespaces

namespace  Euclid
 
namespace  Euclid::MathUtils
 

Functions

std::unique_ptr< FunctionEuclid::MathUtils::splineInterpolation (const std::vector< double > &x, const std::vector< double > &y, bool extrapolate)
 Performs cubic spline interpolation for the given set of data points.
 

Detailed Description

Date
February 20, 2014
Author
Nikolaos Apostolakos

Definition in file spline.cpp.