ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cassert>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<typename T , typename Container > | |
T | Utils::linear_interpolation (Container const &table, T hi, T offset, T x) |
Linear interpolation between two data points. | |