SG++-Doxygen-Documentation
sgpp::base::OperationQuadraturePolyClenshawCurtis Class Reference

Quadrature on sparse grid, polynomial grid without boundaries. More...

#include <OperationQuadraturePolyClenshawCurtis.hpp>

Inheritance diagram for sgpp::base::OperationQuadraturePolyClenshawCurtis:
sgpp::base::OperationQuadrature

Public Member Functions

double doQuadrature (DataVector &alpha) override
 Quadrature for piecewise polynomial basis functions of max. More...
 
 OperationQuadraturePolyClenshawCurtis (GridStorage &storage, size_t degree)
 Constructor of OperationQuadraturePolyClenshawCurtis. More...
 
 ~OperationQuadraturePolyClenshawCurtis () override
 
- Public Member Functions inherited from sgpp::base::OperationQuadrature
 OperationQuadrature ()
 Constructor. More...
 
virtual ~OperationQuadrature ()
 Destructor. More...
 

Protected Attributes

SPolyClenshawCurtisBase base
 Poly Basis object. More...
 
GridStoragestorage
 

Detailed Description

Quadrature on sparse grid, polynomial grid without boundaries.

Constructor & Destructor Documentation

◆ OperationQuadraturePolyClenshawCurtis()

sgpp::base::OperationQuadraturePolyClenshawCurtis::OperationQuadraturePolyClenshawCurtis ( GridStorage storage,
size_t  degree 
)
inline

Constructor of OperationQuadraturePolyClenshawCurtis.

Parameters
storagePointer to the grid's GridStorage object
degreethe polynom's max. degree

◆ ~OperationQuadraturePolyClenshawCurtis()

sgpp::base::OperationQuadraturePolyClenshawCurtis::~OperationQuadraturePolyClenshawCurtis ( )
inlineoverride

References alpha, and doQuadrature().

Member Function Documentation

◆ doQuadrature()

Member Data Documentation

◆ base

SPolyClenshawCurtisBase sgpp::base::OperationQuadraturePolyClenshawCurtis::base
protected

Poly Basis object.

Referenced by doQuadrature().

◆ storage

GridStorage& sgpp::base::OperationQuadraturePolyClenshawCurtis::storage
protected

Referenced by doQuadrature().


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