Alexandria  2.19
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
linear.cpp File Reference
#include "ElementsKernel/Exception.h"
#include "MathUtils/function/Piecewise.h"
#include "MathUtils/function/Polynomial.h"
#include "MathUtils/interpolation/interpolation.h"
#include <limits>
Include dependency graph for linear.cpp:

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...
 

Detailed Description

Date
February 20, 2014
Author
Nikolaos Apostolakos

Definition in file linear.cpp.