![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Quadrature on sparse grid, polynomial grid without boundaries. More...
#include <OperationQuadratureModPolyClenshawCurtis.hpp>
  
 Public Member Functions | |
| double | doQuadrature (DataVector &alpha) override | 
| Quadrature for piecewise polynomial basis functions of max.  More... | |
| OperationQuadratureModPolyClenshawCurtis (GridStorage &storage, size_t degree) | |
| Constructor of OperationQuadratureModPolyClenshawCurtis.  More... | |
| ~OperationQuadratureModPolyClenshawCurtis () override | |
  Public Member Functions inherited from sgpp::base::OperationQuadrature | |
| OperationQuadrature () | |
| Constructor.  More... | |
| virtual | ~OperationQuadrature () | 
| Destructor.  More... | |
Protected Attributes | |
| SPolyModifiedClenshawCurtisBase | base | 
| ModPoly Basis object.  More... | |
| GridStorage & | storage | 
Quadrature on sparse grid, polynomial grid without boundaries.
      
  | 
  inline | 
Constructor of OperationQuadratureModPolyClenshawCurtis.
| storage | Pointer to the grid's GridStorage object | 
| degree | the polynom's max. degree | 
      
  | 
  inlineoverride | 
References alpha, and doQuadrature().
      
  | 
  overridevirtual | 
Quadrature for piecewise polynomial basis functions of max.
degree 3
| alpha | Coefficient vector for current grid | 
Implements sgpp::base::OperationQuadrature.
References base, sgpp::base::HashGridStorage::getBoundingBox(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridPoint::getIndex(), sgpp::base::PolyModifiedClenshawCurtisBasis< LT, IT >::getIntegral(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::base::HashGridPoint::getLevel(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::DataVector::getSize(), python.statsfileInfo::i, and storage.
Referenced by ~OperationQuadratureModPolyClenshawCurtis().
      
  | 
  protected | 
ModPoly Basis object.
Referenced by doQuadrature().
      
  | 
  protected | 
Referenced by doQuadrature().