buildUniformMonotoneTable.hpp File Reference
#include <opm/core/utility/MonotCubicInterpolator.hpp>
#include <opm/core/utility/UniformTableLinear.hpp>
Include dependency graph for buildUniformMonotoneTable.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

template<typename T >
void Opm::buildUniformMonotoneTable (const std::vector< double > &xv, const std::vector< T > &yv, const int samples, UniformTableLinear< T > &table)