SG++-Doxygen-Documentation
sgpp::base::OperationSecondMoment Class Referenceabstract

This class provides the second moment of a sparse grid function. More...

#include <OperationSecondMoment.hpp>

Inheritance diagram for sgpp::base::OperationSecondMoment:
sgpp::base::OperationSecondMomentBspline sgpp::base::OperationSecondMomentBsplineBoundary sgpp::base::OperationSecondMomentBsplineClenshawCurtis sgpp::base::OperationSecondMomentLinear sgpp::base::OperationSecondMomentLinearBoundary sgpp::base::OperationSecondMomentModBspline sgpp::base::OperationSecondMomentModBsplineClenshawCurtis sgpp::base::OperationSecondMomentModLinear sgpp::base::OperationSecondMomentModPoly sgpp::base::OperationSecondMomentModPolyClenshawCurtis sgpp::base::OperationSecondMomentPoly sgpp::base::OperationSecondMomentPolyBoundary sgpp::base::OperationSecondMomentPolyClenshawCurtis sgpp::base::OperationSecondMomentPolyClenshawCurtisBoundary

Public Member Functions

virtual double doQuadrature (DataVector &alpha, DataMatrix *bounds=nullptr)=0
 Integrate the sparse grid function. More...
 
 OperationSecondMoment ()
 Constructor. More...
 
virtual ~OperationSecondMoment ()
 Destructor. More...
 

Detailed Description

This class provides the second moment of a sparse grid function.

Constructor & Destructor Documentation

◆ OperationSecondMoment()

sgpp::base::OperationSecondMoment::OperationSecondMoment ( )
inline

Constructor.

◆ ~OperationSecondMoment()

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

Destructor.

References alpha, and doQuadrature().

Member Function Documentation

◆ doQuadrature()


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