SG++-Doxygen-Documentation
sgpp::combigrid::PolynomialStochasticCollocation Class Reference

#include <PolynomialStochasticCollocation.hpp>

Inheritance diagram for sgpp::combigrid::PolynomialStochasticCollocation:
sgpp::combigrid::CombigridSurrogateModel

Public Member Functions

double eval (sgpp::base::DataVector &x) override
 
void eval (sgpp::base::DataMatrix &xs, sgpp::base::DataVector &res) override
 
void getComponentSobolIndices (sgpp::base::DataVector &componentSsobolIndices, bool normalized=true) override
 
std::shared_ptr< LevelInfosgetInfoOnAddedLevels () override
 
void getTotalSobolIndices (sgpp::base::DataVector &totalSobolIndices, bool normalized=true) override
 
double mean () override
 
size_t numGridPoints () override
 
 PolynomialStochasticCollocation (sgpp::combigrid::CombigridSurrogateModelConfiguration &config)
 
void updateConfig (sgpp::combigrid::CombigridSurrogateModelConfiguration config) override
 
double variance () override
 
virtual ~PolynomialStochasticCollocation ()
 
- Public Member Functions inherited from sgpp::combigrid::CombigridSurrogateModel
 CombigridSurrogateModel (sgpp::combigrid::CombigridSurrogateModelConfiguration &config)
 
sgpp::combigrid::CombigridSurrogateModelConfigurationgetConfig ()
 
virtual ~CombigridSurrogateModel ()
 

Additional Inherited Members

- Protected Attributes inherited from sgpp::combigrid::CombigridSurrogateModel
sgpp::combigrid::CombigridSurrogateModelConfiguration config
 
size_t numDims
 

Constructor & Destructor Documentation

◆ PolynomialStochasticCollocation()

◆ ~PolynomialStochasticCollocation()

sgpp::combigrid::PolynomialStochasticCollocation::~PolynomialStochasticCollocation ( )
virtual

Member Function Documentation

◆ eval() [1/2]

double sgpp::combigrid::PolynomialStochasticCollocation::eval ( sgpp::base::DataVector x)
overridevirtual

◆ eval() [2/2]

◆ getComponentSobolIndices()

void sgpp::combigrid::PolynomialStochasticCollocation::getComponentSobolIndices ( sgpp::base::DataVector componentSsobolIndices,
bool  normalized = true 
)
overridevirtual

◆ getInfoOnAddedLevels()

std::shared_ptr< LevelInfos > sgpp::combigrid::PolynomialStochasticCollocation::getInfoOnAddedLevels ( )
overridevirtual

◆ getTotalSobolIndices()

void sgpp::combigrid::PolynomialStochasticCollocation::getTotalSobolIndices ( sgpp::base::DataVector totalSobolIndices,
bool  normalized = true 
)
overridevirtual

◆ mean()

◆ numGridPoints()

size_t sgpp::combigrid::PolynomialStochasticCollocation::numGridPoints ( )
overridevirtual

◆ updateConfig()

◆ variance()

double sgpp::combigrid::PolynomialStochasticCollocation::variance ( )
overridevirtual

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