VERB4D
Namespaces
MonotCubicInterpolator.cpp File Reference

Represents one dimensional function f with single valued argument x. More...

#include "MonotCubicInterpolator.hpp"
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <cmath>

Namespaces

 Opm
 Namespace included for using the monotone cubic interpolator.
 

Detailed Description

Represents one dimensional function f with single valued argument x.

Class to represent a one-dimensional function with single-valued argument. Cubic interpolation, preserving the monotonicity of the discrete known function values

See also
MonotCubicInterpolator.h for further documentation.