16#include "dune/common/dynmatrix.hh"
17#include "dune/common/dynvector.hh"
37 template <
class Scalar>
39 Dune::DynamicMatrix<Scalar>& d);
56 template <
class Scalar>
58 Dune::DynamicMatrix<Scalar>& e);
void 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
void 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