SG++-Doxygen-Documentation
|
#include <FullGridTensorVarianceSummationStrategy.hpp>
Public Member Functions | |
V | eval (MultiIndex const &level) override |
FullGridTensorVarianceSummationStrategy (std::shared_ptr< AbstractCombigridStorage > storage, std::vector< std::shared_ptr< AbstractLinearEvaluator< V >>> scalarProductEvaluatorPrototypes, std::vector< std::shared_ptr< AbstractPointHierarchy >> pointHierarchies) | |
Constructor. More... | |
~FullGridTensorVarianceSummationStrategy () | |
Public Member Functions inherited from sgpp::combigrid::AbstractFullGridSummationStrategy< V > | |
AbstractFullGridSummationStrategy (std::shared_ptr< AbstractCombigridStorage > storage, std::vector< std::shared_ptr< AbstractLinearEvaluator< V >>> evaluatorPrototypes, std::vector< std::shared_ptr< AbstractPointHierarchy >> pointHierarchies) | |
Constructor. More... | |
void | setParameters (std::vector< V > const ¶ms) |
Sets the parameters for the evaluators. More... | |
virtual | ~AbstractFullGridSummationStrategy () |
Additional Inherited Members | |
Protected Attributes inherited from sgpp::combigrid::AbstractFullGridSummationStrategy< V > | |
std::vector< std::vector< V > > | basisValues |
For each dimension, this contains a vector of weights which are used as coefficients for linearly combining the function values at different grid points. More... | |
std::vector< std::shared_ptr< AbstractLinearEvaluator< V > > > | evaluatorPrototypes |
std::vector< std::vector< std::shared_ptr< AbstractLinearEvaluator< V > > > > | evaluators |
std::vector< V > | parameters |
std::vector< V > | partialProducts |
std::vector< std::shared_ptr< AbstractPointHierarchy > > | pointHierarchies |
std::shared_ptr< AbstractCombigridStorage > | storage |
|
inline |
Constructor.
storage | Storage that stores and provides the function values for each grid point. |
scalarProductEvaluatorPrototypes | prototype objects for the evaluators that are cloned to get an evaluator for each dimension and each level. |
pointHierarchies | PointHierarchy objects for each dimension providing the points for each level and information about their ordering. |
|
inline |
|
inlineoverridevirtual |
Implements sgpp::combigrid::AbstractFullGridSummationStrategy< V >.
References sgpp::combigrid::CombiEvaluators::createCombiTensorEvaluator(), sgpp::combigrid::FullGridLinearSummationStrategy< V >::eval(), sgpp::combigrid::AbstractFullGridSummationStrategy< V >::evaluatorPrototypes, sgpp::combigrid::EvaluatorConfiguration::functionBasis, sgpp::combigrid::AbstractFullGridSummationStrategy< V >::pointHierarchies, sgpp::combigrid::AbstractFullGridSummationStrategy< V >::storage, sgpp::combigrid::Tensor_PolynomialInterpolation, sgpp::combigrid::EvaluatorConfiguration::type, and python.utils.pca_normalize_dataset::V.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity().