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

Go to the source code of this file.

Classes

class  Opm::UniformTableLinear< T >
 This class uses linear interpolation to compute the value (and its derivative) of a function f sampled at uniform points. More...
 

Namespaces

 Opm
 
 Opm::utils
 

Functions

template<typename T >
std::ostream & Opm::operator<< (std::ostream &os, const UniformTableLinear< T > &t)