![]() |
SG++-Doxygen-Documentation
|
#include <OperationDotProductModLinear.hpp>
Public Member Functions | |
virtual double | eval (sgpp::base::DataVector &x1, sgpp::base::DataVector &x2) |
OperationDotProductModLinear (sgpp::base::GridStorage *storage) | |
Constructor of OperationTestLinear. | |
virtual | ~OperationDotProductModLinear () |
Destructor. | |
Protected Attributes | |
sgpp::base::GridStorage * | storage |
Pointer to the grid's GridStorage object. | |
|
inlineexplicit |
Constructor of OperationTestLinear.
storage | Pointer to the grid's gridstorage obejct |
|
inlinevirtual |
Destructor.
|
virtual |
References sgpp::base::LinearModifiedBasis< LT, IT >::eval(), sgpp::base::HashGridPoint::get(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::HashGridStorage::getSize(), and storage.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity().
|
protected |
Pointer to the grid's GridStorage object.
Referenced by eval().