Alexandria
2.18
Please provide a description of the project.
|
#include "MathUtils/interpolation/interpolation.h"
#include "ElementsKernel/Logging.h"
#include "MathUtils/function/FunctionAdapter.h"
#include "implementations.h"
#include <AlexandriaKernel/memory_tools.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, bool extrapolate=false) |
ELEMENTS_API std::unique_ptr< Function > | Euclid::MathUtils::interpolate (const Euclid::XYDataset::XYDataset &dataset, InterpolationType type, bool extrapolate=false) |
Definition in file interpolation.cpp.