A simple implementation of a cubic spline. More...
#include <iterator>
#include <vector>
#include <algorithm>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/istl/btdmatrix.hh>
#include <dune/istl/bvector.hh>
Go to the source code of this file.
Classes | |
class | Dumux::CubicSpline< Scalar > |
A simple implementation of a natural cubic spline. More... | |
Namespaces | |
namespace | Dumux |