SG++-Doxygen-Documentation
sgpp::base::OperationEvalModLinear Class Reference

This class implements OperationEval for a grids with mod linear basis ansatzfunctions with. More...

#include <OperationEvalModLinear.hpp>

Inheritance diagram for sgpp::base::OperationEvalModLinear:
sgpp::base::OperationEval

Public Member Functions

double eval (const DataVector &alpha, const DataVector &point) override
 Evaluates the sparse grid function at a given point. More...
 
 OperationEvalModLinear (GridStorage &storage)
 Constructor. More...
 
 ~OperationEvalModLinear () 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

GridStoragestorage
 Pointer to GridStorage object. More...
 

Detailed Description

This class implements OperationEval for a grids with mod linear basis ansatzfunctions with.

Constructor & Destructor Documentation

◆ OperationEvalModLinear()

sgpp::base::OperationEvalModLinear::OperationEvalModLinear ( GridStorage storage)
inlineexplicit

Constructor.

Parameters
storagethe grid's GridStorage object

◆ ~OperationEvalModLinear()

sgpp::base::OperationEvalModLinear::~OperationEvalModLinear ( )
inlineoverride

Destructor.

References alpha, eval(), and chess::point.

Member Function Documentation

◆ eval()

double sgpp::base::OperationEvalModLinear::eval ( const DataVector alpha,
const DataVector point 
)
overridevirtual

Member Data Documentation

◆ storage

GridStorage& sgpp::base::OperationEvalModLinear::storage
protected

Pointer to GridStorage object.

Referenced by eval().


The documentation for this class was generated from the following files: