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

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

#include <OperationEvalHessianBsplineBoundaryNaive.hpp>

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

Protected Attributes

SBsplineBoundaryBase 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 Boundary grids, their gradients and their Hessians.

Constructor & Destructor Documentation

◆ OperationEvalHessianBsplineBoundaryNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalHessianBsplineBoundaryNaive()

sgpp::base::OperationEvalHessianBsplineBoundaryNaive::~OperationEvalHessianBsplineBoundaryNaive ( )
inlineoverride

Destructor.

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

Member Function Documentation

◆ evalHessian() [1/2]

◆ evalHessian() [2/2]

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

Member Data Documentation

◆ base

SBsplineBoundaryBase sgpp::base::OperationEvalHessianBsplineBoundaryNaive::base
protected

1D B-spline basis

Referenced by evalHessian().

◆ innerDerivative

DataVector sgpp::base::OperationEvalHessianBsplineBoundaryNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalHessian().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalHessianBsplineBoundaryNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalHessian().

◆ storage

GridStorage& sgpp::base::OperationEvalHessianBsplineBoundaryNaive::storage
protected

storage of the sparse grid

Referenced by evalHessian().


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