Go to the documentation of this file.
21 #ifndef mia_2d_ppmatrix_hh
22 #define mia_2d_ppmatrix_hh
54 double wd,
double wr);
100 double wd,
double wr);
102 class C2DPPDivcurlMatrixImpl *impl;
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace
Precomputed matrix for the DivCurl regularization.
double evaluate(const T2DDatafield< C2DDVector > &coefficients, CDoubleVector &gradient) const
a 2D field of floating point single accuracy 2D vectors
double evaluate(const C2DFVectorfield &coefficients, CDoubleVector &gradient) const
Base class for all spline based interpolation kernels.
A class to hold data on a regular 2D grid.
const C2DBounds & get_size() const
A wrapper around the c-array to provide an STL like interface for iterators.
void reset(const C2DBounds &size, const C2DFVector &range, const CSplineKernel &kernel, double wd, double wr)
C2DPPDivcurlMatrix(const C2DBounds &size, const C2DFVector &range, const CSplineKernel &kernel, double wd, double wr)
Matrix EXPORT_GSL operator*(const Matrix &lhs, const Matrix &rhs)