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. More... | |
virtual | ~OperationDotProductModLinear () |
Destructor. More... | |
Protected Attributes | |
sgpp::base::GridStorage * | storage |
Pointer to the grid's GridStorage object. More... | |
|
inlineexplicit |
Constructor of OperationTestLinear.
storage | Pointer to the grid's gridstorage obejct |
|
inlinevirtual |
Destructor.
References eval().
|
virtual |
References sgpp::base::LinearModifiedBasis< LT, IT >::eval(), sgpp::base::HashGridPoint::get(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::HashGridStorage::getSize(), python.statsfileInfo::i, and storage.
Referenced by ~OperationDotProductModLinear().
|
protected |
Pointer to the grid's GridStorage object.
Referenced by eval().