ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
linear_interpolation.hpp File Reference
#include <cassert>
#include <cstddef>
+ Include dependency graph for linear_interpolation.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Utils
 

Functions

template<typename T , typename Container >
Utils::linear_interpolation (Container const &table, T hi, T offset, T x)
 Linear interpolation between two data points.