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

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

#include <OperationEvalHessianBsplineClenshawCurtisNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive:
sgpp::base::OperationEvalHessian

Public Member Functions

double evalHessian (const DataVector &alpha, const DataVector &point, DataVector &gradient, DataMatrix &hessian) override
 
void evalHessian (const DataMatrix &alpha, const DataVector &point, DataVector &value, DataMatrix &gradient, std::vector< DataMatrix > &hessian) override
 
 OperationEvalHessianBsplineClenshawCurtisNaive (GridStorage &storage, size_t degree)
 Constructor. More...
 
 ~OperationEvalHessianBsplineClenshawCurtisNaive () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::OperationEvalHessian
 OperationEvalHessian ()
 Constructor. More...
 
virtual ~OperationEvalHessian ()
 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::OperationEvalHessian
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector) More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OperationEvalHessianBsplineClenshawCurtisNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalHessianBsplineClenshawCurtisNaive()

sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::~OperationEvalHessianBsplineClenshawCurtisNaive ( )
inlineoverride

Destructor.

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

Member Function Documentation

◆ evalHessian() [1/2]

◆ evalHessian() [2/2]

void sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::evalHessian ( const DataMatrix alpha,
const DataVector point,
DataVector value,
DataMatrix gradient,
std::vector< DataMatrix > &  hessian 
)
overridevirtual

Member Data Documentation

◆ base

SBsplineClenshawCurtisBase sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::base
protected

1D B-spline basis

Referenced by evalHessian().

◆ innerDerivative

DataVector sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalHessian().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalHessian().

◆ storage

GridStorage& sgpp::base::OperationEvalHessianBsplineClenshawCurtisNaive::storage
protected

storage of the sparse grid

Referenced by evalHessian().


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