![]() |
SG++-Doxygen-Documentation
|
Implements the standard L 2 scalar product on periodic grids. More...
#include <OperationMatrixLTwoDotPolyClenshawCurtis.hpp>
Public Member Functions | |
virtual void | mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result) |
Implementation of standard matrix multiplication. | |
OperationMatrixLTwoDotPolyClenshawCurtis (sgpp::base::Grid *grid) | |
Constructor. | |
virtual | ~OperationMatrixLTwoDotPolyClenshawCurtis () |
Destructor. | |
![]() | |
OperationMatrix () | |
Constructor. | |
virtual | ~OperationMatrix () |
Destructor. | |
Protected Attributes | |
sgpp::base::ClenshawCurtisTable & | clenshawCurtisTable |
sgpp::base::Grid * | grid |
Implements the standard L 2 scalar product on periodic grids.
|
explicit |
|
virtual |
Destructor.
|
virtual |
Implementation of standard matrix multiplication.
alpha | DataVector that is multiplied to the matrix |
result | DataVector into which the result of multiplication is stored |
Implements sgpp::base::OperationMatrix.
References alpha, clenshawCurtisTable, sgpp::base::Basis< LT, IT >::eval(), sgpp::base::Grid::getBasis(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::GaussLegendreQuadRule1D::getLevelPointsAndWeightsNormalized(), sgpp::base::ClenshawCurtisTable::getPoint(), sgpp::base::DataVector::getSize(), sgpp::base::HashGridStorage::getSize(), sgpp::base::Grid::getStorage(), and grid.
|
protected |
Referenced by mult().
|
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(), 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(), mult(), OperationMatrixLTwoDotPolyClenshawCurtis(), 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().