|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "ElementsKernel/Exception.h"#include "MathUtils/function/Piecewise.h"#include "MathUtils/interpolation/interpolation.h"#include <limits>
Go to the source code of this file.
Classes | |
| class | Euclid::MathUtils::LinearInterpolator |
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... | |
Definition in file linear.cpp.
1.8.5