![]() |
SG++-Doxygen-Documentation
|
This class implements OperationEval for a grids with linear basis ansatzfunctions without boundaries. More...
#include <OperationEvalLinearStretched.hpp>
Public Member Functions | |
| double | eval (const DataVector &alpha, const DataVector &point) override |
| Evaluates the sparse grid function at a given point. More... | |
| OperationEvalLinearStretched (GridStorage &storage) | |
| Constructor of OperationEvalLinearStretched. More... | |
| ~OperationEvalLinearStretched () override | |
| Destructor. More... | |
Public Member Functions inherited from sgpp::base::OperationEval | |
| virtual void | eval (const DataMatrix &alpha, const DataVector &point, DataVector &value) |
| OperationEval () | |
| Default constructor. More... | |
| virtual | ~OperationEval () |
| Destructor. More... | |
Protected Attributes | |
| GridStorage & | storage |
| reference to the grid's GridStorage object More... | |
This class implements OperationEval for a grids with linear basis ansatzfunctions without boundaries.
|
inlineexplicit |
Constructor of OperationEvalLinearStretched.
| storage | Pointer to the grid's gridstorage obejct |
|
inlineoverride |
Destructor.
References alpha, eval(), and chess::point.
|
overridevirtual |
Evaluates the sparse grid function at a given point.
| alpha | The coefficients of the sparse grid's basis functions |
| point | The coordinates of the evaluation point |
Implements sgpp::base::OperationEval.
References storage.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), and ~OperationEvalLinearStretched().
|
protected |
reference to the grid's GridStorage object
Referenced by eval().