SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::WaveletBoundaryBasis< LT, IT > Class Template Reference

Wavelet basis on Boundary grids. More...

#include <WaveletBoundaryBasis.hpp>

Inheritance diagram for sgpp::base::WaveletBoundaryBasis< 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) override
 
double evalDxDx (LT l, IT i, double x)
 
size_t getDegree () const override
 Returns the polynomial degree of the basis.
 
double getIntegral (LT level, IT index) override
 returns the integal of the current basis function
 
 ~WaveletBoundaryBasis () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::Basis< LT, IT >
virtual ~Basis ()
 Destructor.
 

Detailed Description

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

Wavelet basis on Boundary grids.

Constructor & Destructor Documentation

◆ ~WaveletBoundaryBasis()

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

Destructor.

Member Function Documentation

◆ eval()

◆ evalDx()

◆ evalDxDx()

template<class LT , class IT >
double sgpp::base::WaveletBoundaryBasis< 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 boundary wavelet basis function

Referenced by sgpp::base::OperationEvalHessianWaveletBoundaryNaive::evalHessian(), and sgpp::base::OperationEvalHessianWaveletBoundaryNaive::evalHessian().

◆ getDegree()

template<class LT , class IT >
size_t sgpp::base::WaveletBoundaryBasis< 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::WaveletBoundaryBasis< 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: