SG++-Doxygen-Documentation
|
#include <OperationDotProductLinear.hpp>
Public Member Functions | |
virtual double | eval (sgpp::base::DataVector &x1, sgpp::base::DataVector &x2) |
OperationDotProductLinear (sgpp::base::GridStorage *storage) | |
Constructor of OperationTestLinear. More... | |
virtual | ~OperationDotProductLinear () |
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 |
|
protected |
Pointer to the grid's GridStorage object.
Referenced by eval().