![]() |
SG++-Doxygen-Documentation
|
Quadrature on sparse grid, not a knot modified B-spline grid. More...
#include <OperationQuadratureNakBsplineModified.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for not a knot B-spline basis functions. | |
OperationQuadratureNakBsplineModified (GridStorage &storage, size_t degree) | |
Constructor of OperationQuadratureNakBsplineModified. | |
~OperationQuadratureNakBsplineModified () override | |
![]() | |
OperationQuadrature () | |
Constructor. | |
virtual | ~OperationQuadrature () |
Destructor. | |
Protected Attributes | |
SNakBsplineModifiedBase | base |
Basis object. | |
GridStorage & | storage |
Quadrature on sparse grid, not a knot modified B-spline grid.
|
inline |
Constructor of OperationQuadratureNakBsplineModified.
storage | Pointer to the grid's GridStorage object |
degree | the B-spline degree |
|
inlineoverride |
|
overridevirtual |
Quadrature for not a knot B-spline basis functions.
alpha | Coefficient vector for current grid |
Implements sgpp::base::OperationQuadrature.
References alpha, base, sgpp::base::HashGridStorage::getBoundingBox(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridPoint::getIndex(), sgpp::base::NakBsplineModifiedBasis< LT, IT >::getIntegral(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::base::HashGridPoint::getLevel(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::DataVector::getSize(), and storage.
|
protected |
Basis object.
Referenced by doQuadrature().
|
protected |
Referenced by doQuadrature().