SG++-Doxygen-Documentation
|
Hierarchisation operation for B-spline basis functions on Boundary grids. More...
#include <OperationMultipleHierarchisationBsplineBoundary.hpp>
Public Member Functions | |
void | doDehierarchisation (base::DataVector &alpha) override |
void | doDehierarchisation (base::DataMatrix &alpha) override |
bool | doHierarchisation (base::DataVector &nodeValues) override |
bool | doHierarchisation (base::DataMatrix &nodeValues) override |
OperationMultipleHierarchisationBsplineBoundary (base::BsplineBoundaryGrid &grid) | |
Constructor. More... | |
~OperationMultipleHierarchisationBsplineBoundary () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::optimization::OperationMultipleHierarchisation | |
OperationMultipleHierarchisation () | |
Constructor. More... | |
virtual | ~OperationMultipleHierarchisation () |
Destructor. More... | |
Protected Attributes | |
base::BsplineBoundaryGrid & | grid |
storage of the sparse grid More... | |
Hierarchisation operation for B-spline basis functions on Boundary grids.
|
explicit |
|
override |
Destructor.
Referenced by OperationMultipleHierarchisationBsplineBoundary().
|
overridevirtual |
[in,out] | alpha | before: vector of hierarchical coefficients, after: vector of function values at the grid points |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References sgpp::base::HashGridStorage::getCoordinates(), sgpp::base::BsplineBoundaryGrid::getDegree(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridStorage::getSize(), sgpp::base::Grid::getStorage(), grid, and python.utils.statsfile2gnuplot::j.
|
overridevirtual |
[in,out] | alpha | before: matrix of hierarchical coefficients, after: matrix of function values at the grid points |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References sgpp::base::DataMatrix::getColumn(), sgpp::base::HashGridStorage::getCoordinates(), sgpp::base::BsplineBoundaryGrid::getDegree(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::DataMatrix::getNcols(), sgpp::base::HashGridStorage::getSize(), sgpp::base::Grid::getStorage(), grid, python.statsfileInfo::i, python.utils.statsfile2gnuplot::j, and sgpp::base::DataMatrix::setColumn().
|
overridevirtual |
[in,out] | nodeValues | before: vector of function values at the grid points, after: vector of hierarchical coefficients |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References chess::b, grid, and sgpp::optimization::sle_solver::Auto::solve().
|
overridevirtual |
[in,out] | nodeValues | before: matrix of function values at the grid points, after: matrix of hierarchical coefficients |
Implements sgpp::optimization::OperationMultipleHierarchisation.
References grid, and sgpp::optimization::sle_solver::Auto::solve().
|
protected |
storage of the sparse grid
Referenced by doDehierarchisation(), doHierarchisation(), python.uq.learner.Interpolant.Interpolant::doLearningIteration(), python.learner.Classifier.Classifier::evalError(), python.uq.learner.Interpolant.Interpolant::evalError(), python.uq.learner.SimulationLearner.SimulationLearner::getCollocationNodes(), python.uq.learner.SimulationLearner.SimulationLearner::getGrid(), python.uq.learner.SimulationLearner.SimulationLearner::getLearner(), python.uq.learner.Regressor.Regressor::learnData(), python.uq.learner.Regressor.Regressor::learnDataWithFolding(), python.uq.learner.Regressor.Regressor::learnDataWithTest(), python.learner.Classifier.Classifier::refineGrid(), python.learner.Regressor.Regressor::refineGrid(), python.uq.learner.Regressor.Regressor::refineGrid(), python.uq.learner.SimulationLearner.SimulationLearner::refineGrid(), python.learner.Classifier.Classifier::updateResults(), python.learner.Regressor.Regressor::updateResults(), and python.uq.learner.Regressor.Regressor::updateResults().