Documentation for OpenFLUID 2.2.0
Interpolators.hpp File Reference

Detailed Description

Go to the source code of this file.

Namespaces

 openfluid
 
 openfluid::scientific
 

Functions

template<typename T >
openfluid::scientific::linearInterpolation (const T &X0, const T &Y0, const T &X1, const T &Y1, const T &X)
 
template<typename T >
openfluid::scientific::linearInterpolationFromXOrigin (const T &Y0, const T &X1, const T &Y1, const T &X)