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

SecondMomemnt of sparse grid function, linear grid without boundaries. More...

#include <OperationSecondMomentModLinear.hpp>

Inheritance diagram for sgpp::base::OperationSecondMomentModLinear:
sgpp::base::OperationSecondMoment

Public Member Functions

double doQuadrature (DataVector &alpha, DataMatrix *bounds=nullptr) override
 Compute first moment of the function

\[ \int_{\Omega} x\cdot f(x) dx. \]

. More...

 
 OperationSecondMomentModLinear (GridStorage &storage)
 Constructor of OperationSecondMomentModLinear. More...
 
 ~OperationSecondMomentModLinear () override
 
- Public Member Functions inherited from sgpp::base::OperationSecondMoment
 OperationSecondMoment ()
 Constructor. More...
 
virtual ~OperationSecondMoment ()
 Destructor. More...
 

Protected Attributes

GridStoragestorage
 

Detailed Description

SecondMomemnt of sparse grid function, linear grid without boundaries.

Constructor & Destructor Documentation

◆ OperationSecondMomentModLinear()

sgpp::base::OperationSecondMomentModLinear::OperationSecondMomentModLinear ( GridStorage storage)
inlineexplicit

Constructor of OperationSecondMomentModLinear.

Parameters
storagePointer to the grid's GridStorage object

◆ ~OperationSecondMomentModLinear()

sgpp::base::OperationSecondMomentModLinear::~OperationSecondMomentModLinear ( )
inlineoverride

References alpha, and doQuadrature().

Member Function Documentation

◆ doQuadrature()

double sgpp::base::OperationSecondMomentModLinear::doQuadrature ( DataVector alpha,
DataMatrix bounds = nullptr 
)
overridevirtual

Compute first moment of the function

\[ \int_{\Omega} x\cdot f(x) dx. \]

.

Parameters
alphaCoefficient vector for current grid
boundsdescribes the boundaries of the hypercube of the original function

Implements sgpp::base::OperationSecondMoment.

References sgpp::base::HashGridStorage::begin(), chess::dim, sgpp::base::HashGridStorage::end(), sgpp::base::DataVector::get(), sgpp::base::DataMatrix::get(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::DataMatrix::getNcols(), sgpp::base::DataMatrix::getNrows(), level, sgpp::combigrid::pow(), and storage.

Referenced by ~OperationSecondMomentModLinear().

Member Data Documentation

◆ storage

GridStorage& sgpp::base::OperationSecondMomentModLinear::storage
protected

Referenced by doQuadrature().


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