#include "dune/common/dynmatrix.hh"
#include "dune/common/dynvector.hh"
Go to the source code of this file.
|
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...
|
|