SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::OperationFirstMomentBsplineClenshawCurtis Class Reference

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

#include <OperationFirstMomentBsplineClenshawCurtis.hpp>

Inheritance diagram for sgpp::base::OperationFirstMomentBsplineClenshawCurtis:
sgpp::base::OperationFirstMoment

Public Member Functions

double doQuadrature (const DataVector &alpha, DataMatrix *bounds=nullptr) override
 Compute first moment of the function.
 
 OperationFirstMomentBsplineClenshawCurtis (Grid *grid)
 Constructor of OperationFirstMomentBsplineClenshawCurtis.
 
 ~OperationFirstMomentBsplineClenshawCurtis () override
 
- Public Member Functions inherited from sgpp::base::OperationFirstMoment
 OperationFirstMoment ()
 Constructor.
 
virtual ~OperationFirstMoment ()
 Destructor.
 

Protected Attributes

sgpp::base::ClenshawCurtisTableclenshawCurtisTable
 
sgpp::base::Gridgrid
 

Detailed Description

FirstMomemnt of sparse grid function, linear grid without boundaries.

Constructor & Destructor Documentation

◆ OperationFirstMomentBsplineClenshawCurtis()

sgpp::base::OperationFirstMomentBsplineClenshawCurtis::OperationFirstMomentBsplineClenshawCurtis ( Grid grid)
inlineexplicit

Constructor of OperationFirstMomentBsplineClenshawCurtis.

Parameters
gridPointer to a sparse grid object

◆ ~OperationFirstMomentBsplineClenshawCurtis()

sgpp::base::OperationFirstMomentBsplineClenshawCurtis::~OperationFirstMomentBsplineClenshawCurtis ( )
inlineoverride

Member Function Documentation

◆ doQuadrature()

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

Member Data Documentation

◆ clenshawCurtisTable

sgpp::base::ClenshawCurtisTable& sgpp::base::OperationFirstMomentBsplineClenshawCurtis::clenshawCurtisTable
protected

Referenced by doQuadrature().

◆ grid

sgpp::base::Grid* sgpp::base::OperationFirstMomentBsplineClenshawCurtis::grid
protected

Referenced by python.uq.dists.SGDEdist.SGDEdist::__str__(), python.learner.Learner.Learner::applyData(), python.tools.Matrix::ApplyMatrix(), python.uq.dists.SGDEdist.SGDEdist::cdf(), python.uq.learner.Interpolant.Interpolant::doLearningIteration(), python.learner.Learner.Learner::doLearningIteration(), doQuadrature(), python.learner.Classifier.Classifier::evalError(), python.uq.learner.Interpolant.Interpolant::evalError(), python.tools.Matrix::generateb(), python.controller.CheckpointController.CheckpointController::generateFoldValidationJob(), python.uq.learner.SimulationLearner.SimulationLearner::getCollocationNodes(), python.uq.learner.SimulationLearner.SimulationLearner::getGrid(), python.uq.learner.SimulationLearner.SimulationLearner::getLearner(), python.learner.Learner.Learner::learnData(), python.learner.Learner.Learner::learnDataWithFolding(), python.uq.learner.Regressor.Regressor::learnDataWithFolding(), python.learner.Learner.Learner::learnDataWithTest(), python.uq.learner.Regressor.Regressor::learnDataWithTest(), python.controller.CheckpointController.CheckpointController::loadAll(), python.uq.operations.forcePositivity.operationMakePositive.OperationMakePositive::makePositive(), python.uq.operations.forcePositivity.operationMakePositiveFast.OperationMakePositiveFast::makePositive(), python.uq.dists.SGDEdist.SGDEdist::mean(), python.uq.dists.SGDEdist.SGDEdist::pdf(), python.uq.dists.SGDEdist.SGDEdist::ppf(), python.learner.Classifier.Classifier::refineGrid(), python.learner.Regressor.Regressor::refineGrid(), python.uq.learner.Regressor.Regressor::refineGrid(), python.uq.learner.SimulationLearner.SimulationLearner::refineGrid(), python.controller.CheckpointController.CheckpointController::saveGrid(), python.controller.CheckpointController.CheckpointController::setGrid(), python.learner.Learner.Learner::setGrid(), python.uq.learner.Learner.Learner::setGrid(), python.uq.operations.forcePositivity.localFullGridSearch.LocalFullGrid::split(), python.uq.dists.SGDEdist.SGDEdist::toJson(), and python.uq.dists.SGDEdist.SGDEdist::var().


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