Alexandria
2.14.1
Please provide a description of the project.
|
#include "ElementsKernel/Exception.h"
#include "MathUtils/interpolation/interpolation.h"
#include "MathUtils/function/Polynomial.h"
#include "MathUtils/function/Piecewise.h"
Go to the source code of this file.
Namespaces | |
Euclid | |
Euclid::MathUtils | |
Functions | |
std::unique_ptr< Function > | Euclid::MathUtils::splineInterpolation (const std::vector< double > &x, const std::vector< double > &y) |
Performs cubic spline interpolation for the given set of data points. More... | |
Definition in file spline.cpp.