NonuniformTableLinear.hpp File Reference
#include <cmath>
#include <exception>
#include <vector>
#include <utility>
#include <opm/common/ErrorMacros.hpp>
#include <opm/core/utility/linearInterpolation.hpp>
Include dependency graph for NonuniformTableLinear.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::NonuniformTableLinear< T >
 This class uses linear interpolation to compute the value (and its derivative) of a function f sampled at possibly nonuniform points. If values outside the domain are sought, values will be extrapolated linearly. More...
 

Namespaces

 Opm
 

Functions

template<typename FI >
bool Opm::isNondecreasing (const FI beg, const FI end)
 Detect if a sequence is nondecreasing. More...