Alexandria
2.16
Please provide a description of the project.
|
Go to the source code of this file.
Namespaces | |
Euclid | |
Euclid::MathUtils | |
Functions | |
std::unique_ptr< Function > | Euclid::MathUtils::linearInterpolation (const std::vector< double > &x, const std::vector< double > &y, bool extrapolate) |
Performs linear interpolation for the given set of data points. More... | |
std::unique_ptr< Function > | Euclid::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. More... | |
Definition in file implementations.h.