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

#include <OperationEvalPolyClenshawCurtisNaive.hpp>

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

Protected Attributes

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

Constructor & Destructor Documentation

◆ OperationEvalPolyClenshawCurtisNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreepolynomial degree

◆ ~OperationEvalPolyClenshawCurtisNaive()

sgpp::base::OperationEvalPolyClenshawCurtisNaive::~OperationEvalPolyClenshawCurtisNaive ( )
inlineoverride

Member Function Documentation

◆ eval() [1/2]

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

◆ eval() [2/2]

Member Data Documentation

◆ base

SPolyClenshawCurtisBase sgpp::base::OperationEvalPolyClenshawCurtisNaive::base
protected

1D B-spline basis

Referenced by eval(), and eval().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalPolyClenshawCurtisNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by eval(), and eval().

◆ storage

GridStorage& sgpp::base::OperationEvalPolyClenshawCurtisNaive::storage
protected

storage of the sparse grid

Referenced by eval(), and eval().


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