SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::OperationWeightedQuadrature Class Referenceabstract

This class provides the quadrature of a sparse grid function. More...

#include <OperationWeightedQuadrature.hpp>

Inheritance diagram for sgpp::base::OperationWeightedQuadrature:
sgpp::base::OperationWeightedQuadratureNakBspline sgpp::base::OperationWeightedQuadratureNakBsplineBoundary sgpp::base::OperationWeightedQuadratureNakBsplineExtended sgpp::base::OperationWeightedQuadratureNakBsplineModified sgpp::base::OperationWeightedQuadratureNakPBspline

Public Member Functions

virtual double doWeightedQuadrature (DataVector &alpha, sgpp::base::DistributionsVector pdfs)=0
 Integrate the sparse grid function w.r.t.
 
 OperationWeightedQuadrature ()
 Constructor.
 
virtual ~OperationWeightedQuadrature ()
 Destructor.
 

Detailed Description

This class provides the quadrature of a sparse grid function.

Constructor & Destructor Documentation

◆ OperationWeightedQuadrature()

sgpp::base::OperationWeightedQuadrature::OperationWeightedQuadrature ( )
inline

Constructor.

◆ ~OperationWeightedQuadrature()

virtual sgpp::base::OperationWeightedQuadrature::~OperationWeightedQuadrature ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ doWeightedQuadrature()

virtual double sgpp::base::OperationWeightedQuadrature::doWeightedQuadrature ( DataVector alpha,
sgpp::base::DistributionsVector  pdfs 
)
pure virtual

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