![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Linear basis on Boundary grids. More...
#include <LinearBoundaryBasis.hpp>
  
 Public Member Functions | |
| double | eval (LT l, IT i, double x) override | 
| virtual double | eval (LT l, IT i, double x, double q, double t) | 
| Evaluate basis function with offset and scaling factor.  More... | |
| 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... | |
| ~LinearBoundaryBasis () override | |
| Destructor.  More... | |
  Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
| virtual | ~Basis () | 
| Destructor.  More... | |
Linear basis on Boundary 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::OperationEvalLinearBoundaryNaive::eval(), sgpp::base::LinearBoundaryBasis< unsigned int, unsigned int >::eval(), sgpp::base::OperationMultipleEvalLinearBoundaryNaive::mult(), sgpp::base::OperationMultipleEvalLinearBoundaryNaive::multTranspose(), sgpp::base::GetAffectedBasisFunctions< LinearBoundaryBasis< unsigned int, unsigned int > >::rec(), and sgpp::base::GetAffectedBasisFunctions< LinearBoundaryBasis< unsigned int, unsigned int > >::recBB().
      
  | 
  inlinevirtual | 
Evaluate basis function with offset and scaling factor.
| l | level of basis function | 
| i | index of basis function | 
| x | evaluation point | 
| q | scaling factor of basis function | 
| t | offset of basis function | 
Reimplemented in sgpp::base::LinearStretchedBoundaryBasis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity().
      
  | 
  inlineoverridevirtual | 
Returns the polynomial degree of the basis.
Implements sgpp::base::Basis< LT, IT >.
Reimplemented in sgpp::base::LinearStretchedBoundaryBasis< 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 >.
Reimplemented in sgpp::base::LinearStretchedBoundaryBasis< LT, IT >.