Alexandria
2.14.1
Please provide a description of the project.
|
#include "ElementsKernel/Logging.h"
#include "MathUtils/interpolation/interpolation.h"
#include "implementations.h"
Go to the source code of this file.
Namespaces | |
Euclid | |
Euclid::MathUtils | |
Functions | |
ELEMENTS_API std::unique_ptr< Function > | Euclid::MathUtils::interpolate (const std::vector< double > &x, const std::vector< double > &y, InterpolationType type) |
ELEMENTS_API std::unique_ptr< Function > | Euclid::MathUtils::interpolate (const Euclid::XYDataset::XYDataset &dataset, InterpolationType type) |
Definition in file interpolation.cpp.