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

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

#include <OperationEvalGradientBsplineClenshawCurtisNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive:
sgpp::base::OperationEvalGradient

Public Member Functions

double evalGradient (const DataVector &alpha, const DataVector &point, DataVector &gradient) override
 
void evalGradient (const DataMatrix &alpha, const DataVector &point, DataVector &value, DataMatrix &gradient) override
 
 OperationEvalGradientBsplineClenshawCurtisNaive (GridStorage &storage, size_t degree)
 Constructor. More...
 
 ~OperationEvalGradientBsplineClenshawCurtisNaive () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::OperationEvalGradient
 OperationEvalGradient ()
 Constructor. More...
 
virtual ~OperationEvalGradient ()
 Destructor. More...
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from sgpp::base::OperationEvalGradient
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector) More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OperationEvalGradientBsplineClenshawCurtisNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalGradientBsplineClenshawCurtisNaive()

sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive::~OperationEvalGradientBsplineClenshawCurtisNaive ( )
inlineoverride

Destructor.

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

Member Function Documentation

◆ evalGradient() [1/2]

◆ evalGradient() [2/2]

Member Data Documentation

◆ base

SBsplineClenshawCurtisBase sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive::base
protected

1D B-spline basis

Referenced by evalGradient().

◆ innerDerivative

DataVector sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalGradient().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalGradient().

◆ storage

GridStorage& sgpp::base::OperationEvalGradientBsplineClenshawCurtisNaive::storage
protected

storage of the sparse grid

Referenced by evalGradient().


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