Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Functions
implementations.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Euclid
 
namespace  Euclid::MathUtils
 

Functions

std::unique_ptr< FunctionEuclid::MathUtils::linearInterpolation (const std::vector< double > &x, const std::vector< double > &y, bool extrapolate)
 Performs linear interpolation for the given set of data points.
 
std::unique_ptr< FunctionEuclid::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.
 

Detailed Description

Date
February 21, 2014
Author
Nikolaos Apostolakos

Definition in file implementations.h.