![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Wavelet basis on Noboundary grids. More...
#include <WaveletBasis.hpp>
  
 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... | |
| ~WaveletBasis () override | |
| Destructor.  More... | |
  Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
| virtual | ~Basis () | 
| Destructor.  More... | |
Wavelet basis on Noboundary grids.
      
  | 
  inlineoverride | 
Destructor.
      
  | 
  inlineoverridevirtual | 
| l | level of basis function | 
| i | index of basis function | 
| x | evaluation point | 
Implements sgpp::base::Basis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalWaveletNaive::eval(), sgpp::base::OperationEvalGradientWaveletNaive::evalGradient(), sgpp::base::OperationEvalHessianWaveletNaive::evalHessian(), and sgpp::base::OperationEvalPartialDerivativeWaveletNaive::evalPartialDerivative().
      
  | 
  inline | 
| l | level of basis function | 
| i | index of basis function | 
| x | evaluation point | 
Referenced by sgpp::base::OperationEvalGradientWaveletNaive::evalGradient(), sgpp::base::OperationEvalHessianWaveletNaive::evalHessian(), and sgpp::base::OperationEvalPartialDerivativeWaveletNaive::evalPartialDerivative().
      
  | 
  inline | 
| l | level of basis function | 
| i | index of basis function | 
| x | evaluation point | 
Referenced by sgpp::base::OperationEvalHessianWaveletNaive::evalHessian().
      
  | 
  inlineoverridevirtual | 
Returns the polynomial degree of the basis.
Implements sgpp::base::Basis< LT, IT >.
      
  | 
  inlineoverridevirtual | 
returns the integal of the current basis function
| level | level of the basis function | 
| index | index of the basis function | 
Implements sgpp::base::Basis< LT, IT >.