KASKADE 7 development version
Namespaces | Functions
bsplines.hh File Reference
#include "dune/common/dynmatrix.hh"
#include "dune/common/dynvector.hh"

Go to the source code of this file.

Namespaces

namespace  Kaskade
 
 

Functions

template<class Scalar >
void Kaskade::bsplineDifferentiationMatrix (Dune::DynamicVector< Scalar > const &t, Dune::DynamicVector< Scalar > const &s, int p, Dune::DynamicMatrix< Scalar > &d)
 computes the differentiation matrix for bspline interpolation of order p on t More...
 
template<class Scalar >
void Kaskade::bsplineEvaluationMatrix (Dune::DynamicVector< Scalar > const &t, Dune::DynamicVector< Scalar > const &s, int p, Dune::DynamicMatrix< Scalar > &e)
 computes the evaluation on s matrix for bspline interpolation of order p on t More...