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

Operation for evaluating B-spline linear combinations on Clenshaw-Curtis grids. More...

#include <OperationEvalBsplineClenshawCurtisNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalBsplineClenshawCurtisNaive:
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
 
 OperationEvalBsplineClenshawCurtisNaive (GridStorage &storage, size_t degree)
 Constructor.
 
 ~OperationEvalBsplineClenshawCurtisNaive () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::OperationEval
 OperationEval ()
 Default constructor.
 
virtual ~OperationEval ()
 Destructor.
 

Protected Attributes

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

Detailed Description

Operation for evaluating B-spline linear combinations on Clenshaw-Curtis grids.

Constructor & Destructor Documentation

◆ OperationEvalBsplineClenshawCurtisNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalBsplineClenshawCurtisNaive()

sgpp::base::OperationEvalBsplineClenshawCurtisNaive::~OperationEvalBsplineClenshawCurtisNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval() [1/2]

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

◆ eval() [2/2]

Member Data Documentation

◆ base

SBsplineClenshawCurtisBase sgpp::base::OperationEvalBsplineClenshawCurtisNaive::base
protected

1D B-spline basis

Referenced by eval(), and eval().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalBsplineClenshawCurtisNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by eval(), and eval().

◆ storage

GridStorage& sgpp::base::OperationEvalBsplineClenshawCurtisNaive::storage
protected

storage of the sparse grid

Referenced by eval(), and eval().


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