MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions
MathTL::WMethodPreprocessRHSHelper< VECTOR > Class Template Reference

#include <w_method.h>

List of all members.

Public Member Functions

virtual ~WMethodPreprocessRHSHelper ()=0
 purely virtual destructor
virtual void preprocess_rhs_share (VECTOR &wbeforeandafter, const double tolerance) const
 preprocess the vector w (up to the current tolerance)

Detailed Description

template<class VECTOR>
class MathTL::WMethodPreprocessRHSHelper< VECTOR >

Helper class for preprocessing the vector w:={j=1}^{i-1} {c_{i,j}}{} * u_j by, e.g., a linear transformation. Nontrivial instances of this class are needed when it comes to a discretization of PDEs with biorthogonal wavelet bases. There the vector w has to be multiplied with the Gramian <Psi,Psi>.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Enumerations