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

Operation for evaluating modified B-spline linear combinations on Noboundary grids. More...

#include <OperationEvalModFundamentalSplineNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalModFundamentalSplineNaive:
sgpp::base::OperationEval

Public Member Functions

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

Protected Attributes

SFundamentalSplineModifiedBase base
 1D B-spline basis More...
 
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector) More...
 
GridStoragestorage
 storage of the sparse grid More...
 

Detailed Description

Operation for evaluating modified B-spline linear combinations on Noboundary grids.

Constructor & Destructor Documentation

◆ OperationEvalModFundamentalSplineNaive()

sgpp::base::OperationEvalModFundamentalSplineNaive::OperationEvalModFundamentalSplineNaive ( GridStorage storage,
size_t  degree 
)
inline

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalModFundamentalSplineNaive()

sgpp::base::OperationEvalModFundamentalSplineNaive::~OperationEvalModFundamentalSplineNaive ( )
inlineoverride

Destructor.

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

Member Function Documentation

◆ eval() [1/2]

◆ eval() [2/2]

Member Data Documentation

◆ base

SFundamentalSplineModifiedBase sgpp::base::OperationEvalModFundamentalSplineNaive::base
protected

1D B-spline basis

Referenced by eval().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalModFundamentalSplineNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by eval().

◆ storage

GridStorage& sgpp::base::OperationEvalModFundamentalSplineNaive::storage
protected

storage of the sparse grid

Referenced by eval().


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