![]() |
SG++-Doxygen-Documentation
|
Quadrature on sparse grid, linear grid without boundaries. More...
#include <OperationQuadratureLinearClenshawCurtis.hpp>
Public Member Functions | |
| double | doQuadrature (DataVector &alpha) override |
| Quadrature for piecewise linear hat basis functions. More... | |
| OperationQuadratureLinearClenshawCurtis (GridStorage &storage) | |
| Constructor of OperationQuadratureLinearClenshawCurtis. More... | |
| ~OperationQuadratureLinearClenshawCurtis () override | |
Public Member Functions inherited from sgpp::base::OperationQuadrature | |
| OperationQuadrature () | |
| Constructor. More... | |
| virtual | ~OperationQuadrature () |
| Destructor. More... | |
Protected Attributes | |
| SLinearClenshawCurtisBase | base |
| Poly Boundary Basis object. More... | |
| GridStorage & | storage |
Quadrature on sparse grid, linear grid without boundaries.
|
inlineexplicit |
Constructor of OperationQuadratureLinearClenshawCurtis.
| storage | Pointer to the grid's GridStorage object |
|
inlineoverride |
References alpha, and doQuadrature().
|
overridevirtual |
Quadrature for piecewise linear hat basis functions.
Computes
\[ \sum_{\vec{l}} 2^{-|\vec{l}|}\alpha_{\vec{l}}. \]
| 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::LinearClenshawCurtisBasis< 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 ~OperationQuadratureLinearClenshawCurtis().
|
protected |
Poly Boundary Basis object.
Referenced by doQuadrature().
|
protected |
Referenced by doQuadrature().