![]() |
SG++-Doxygen-Documentation
|
Hierarchisation operation for B-spline basis functions on Noboundary grids. More...
#include <OperationMultipleHierarchisationFundamentalSpline.hpp>
Public Member Functions | |
void | doDehierarchisation (base::DataMatrix &alpha) override |
void | doDehierarchisation (base::DataVector &alpha) override |
bool | doHierarchisation (base::DataMatrix &nodeValues) override |
bool | doHierarchisation (base::DataVector &nodeValues) override |
OperationMultipleHierarchisationFundamentalSpline (base::FundamentalSplineGrid &grid) | |
Constructor. | |
~OperationMultipleHierarchisationFundamentalSpline () override | |
Destructor. | |
![]() | |
OperationMultipleHierarchisation () | |
Constructor. | |
virtual | ~OperationMultipleHierarchisation () |
Destructor. | |
Protected Attributes | |
base::FundamentalSplineGrid & | grid |
storage of the sparse grid | |
base::OperationHierarchisationFundamentalSpline | op |
hierarchization operation | |
Hierarchisation operation for B-spline basis functions on Noboundary grids.
|
explicit |
Constructor.
grid | grid |
|
override |
Destructor.
|
overridevirtual |
[in,out] | alpha | before: matrix of hierarchical coefficients, after: matrix of function values at the grid points |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References alpha, sgpp::base::OperationHierarchisationFundamentalSpline::doDehierarchisation(), sgpp::base::Printer::getInstance(), op, sgpp::base::Printer::printStatusBegin(), and sgpp::base::Printer::printStatusEnd().
|
overridevirtual |
[in,out] | alpha | before: vector of hierarchical coefficients, after: vector of function values at the grid points |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References alpha, sgpp::base::OperationHierarchisationFundamentalSpline::doDehierarchisation(), sgpp::base::Printer::getInstance(), op, sgpp::base::Printer::printStatusBegin(), and sgpp::base::Printer::printStatusEnd().
|
overridevirtual |
[in,out] | nodeValues | before: matrix of function values at the grid points, after: matrix of hierarchical coefficients |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References sgpp::base::OperationHierarchisationFundamentalSpline::doHierarchisation(), sgpp::base::Printer::getInstance(), op, sgpp::base::Printer::printStatusBegin(), and sgpp::base::Printer::printStatusEnd().
|
overridevirtual |
[in,out] | nodeValues | before: vector of function values at the grid points, after: vector of hierarchical coefficients |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References sgpp::base::OperationHierarchisationFundamentalSpline::doHierarchisation(), sgpp::base::Printer::getInstance(), op, sgpp::base::Printer::printStatusBegin(), and sgpp::base::Printer::printStatusEnd().
|
protected |
storage of the sparse grid
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(), 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().
|
protected |
hierarchization operation
Referenced by doDehierarchisation(), doDehierarchisation(), doHierarchisation(), and doHierarchisation().