SG++-Doxygen-Documentation
sgpp::base::WaveletModifiedBasis< LT, IT > Class Template Reference

Modified wavelet basis on Noboundary grids. More...

#include <WaveletModifiedBasis.hpp>

Inheritance diagram for sgpp::base::WaveletModifiedBasis< LT, IT >:
sgpp::base::Basis< LT, IT >

Public Member Functions

double eval (LT l, IT i, double x) override
 
double evalDx (LT l, IT i, double x)
 
double evalDxDx (LT l, IT i, double x)
 
size_t getDegree () const override
 Returns the polynomial degree of the basis. More...
 
double getIntegral (LT level, IT index) override
 returns the integal of the current basis function More...
 
 ~WaveletModifiedBasis () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::Basis< LT, IT >
virtual ~Basis ()
 Destructor. More...
 

Detailed Description

template<class LT, class IT>
class sgpp::base::WaveletModifiedBasis< LT, IT >

Modified wavelet basis on Noboundary grids.

Constructor & Destructor Documentation

◆ ~WaveletModifiedBasis()

template<class LT, class IT>
sgpp::base::WaveletModifiedBasis< LT, IT >::~WaveletModifiedBasis ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval()

template<class LT, class IT>
double sgpp::base::WaveletModifiedBasis< LT, IT >::eval ( LT  l,
IT  i,
double  x 
)
inlineoverridevirtual

◆ evalDx()

template<class LT, class IT>
double sgpp::base::WaveletModifiedBasis< LT, IT >::evalDx ( LT  l,
IT  i,
double  x 
)
inline
Parameters
llevel of basis function
iindex of basis function
xevaluation point
Returns
value of derivative of modified wavelet basis function

Referenced by sgpp::base::OperationEvalGradientModWaveletNaive::evalGradient(), sgpp::base::OperationEvalHessianModWaveletNaive::evalHessian(), and sgpp::base::OperationEvalPartialDerivativeModWaveletNaive::evalPartialDerivative().

◆ evalDxDx()

template<class LT, class IT>
double sgpp::base::WaveletModifiedBasis< LT, IT >::evalDxDx ( LT  l,
IT  i,
double  x 
)
inline
Parameters
llevel of basis function
iindex of basis function
xevaluation point
Returns
value of 2nd derivative of modified wavelet basis function

Referenced by sgpp::base::OperationEvalHessianModWaveletNaive::evalHessian().

◆ getDegree()

template<class LT, class IT>
size_t sgpp::base::WaveletModifiedBasis< LT, IT >::getDegree ( ) const
inlineoverridevirtual

Returns the polynomial degree of the basis.

Returns
polynomial degree of the basis

Implements sgpp::base::Basis< LT, IT >.

◆ getIntegral()

template<class LT, class IT>
double sgpp::base::WaveletModifiedBasis< LT, IT >::getIntegral ( LT  level,
IT  index 
)
inlineoverridevirtual

returns the integal of the current basis function

Parameters
levellevel of the basis function
indexindex of the basis function
Returns

Implements sgpp::base::Basis< LT, IT >.


The documentation for this class was generated from the following file: