SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::OperationEvalWaveletNaive Class Reference

Operation for evaluating wavelet linear combinations on Noboundary grids. More...

#include <OperationEvalWaveletNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalWaveletNaive:
sgpp::base::OperationEval

Public Member Functions

void eval (const DataMatrix &alpha, const DataVector &point, DataVector &value) override
 
double eval (const DataVector &alpha, const DataVector &point) override
 
 OperationEvalWaveletNaive (GridStorage &storage)
 Constructor.
 
 ~OperationEvalWaveletNaive () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::OperationEval
 OperationEval ()
 Default constructor.
 
virtual ~OperationEval ()
 Destructor.
 

Protected Attributes

SWaveletBase base
 1D wavelet basis
 
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector)
 
GridStoragestorage
 storage of the sparse grid
 

Detailed Description

Operation for evaluating wavelet linear combinations on Noboundary grids.

Constructor & Destructor Documentation

◆ OperationEvalWaveletNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid

◆ ~OperationEvalWaveletNaive()

sgpp::base::OperationEvalWaveletNaive::~OperationEvalWaveletNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval() [1/2]

void sgpp::base::OperationEvalWaveletNaive::eval ( const DataMatrix alpha,
const DataVector point,
DataVector value 
)
overridevirtual

◆ eval() [2/2]

Member Data Documentation

◆ base

SWaveletBase sgpp::base::OperationEvalWaveletNaive::base
protected

1D wavelet basis

Referenced by eval(), and eval().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalWaveletNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by eval(), and eval().

◆ storage

GridStorage& sgpp::base::OperationEvalWaveletNaive::storage
protected

storage of the sparse grid

Referenced by eval(), and eval().


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