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

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

#include <OperationEvalHessianModBsplineNaive.hpp>

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

Protected Attributes

SBsplineModifiedBase 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 modified B-spline linear combinations on Noboundary grids, their gradients and their Hessians.

Constructor & Destructor Documentation

◆ OperationEvalHessianModBsplineNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalHessianModBsplineNaive()

sgpp::base::OperationEvalHessianModBsplineNaive::~OperationEvalHessianModBsplineNaive ( )
inlineoverride

Destructor.

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

Member Function Documentation

◆ evalHessian() [1/2]

◆ evalHessian() [2/2]

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

Member Data Documentation

◆ base

SBsplineModifiedBase sgpp::base::OperationEvalHessianModBsplineNaive::base
protected

1D B-spline basis

Referenced by evalHessian().

◆ innerDerivative

DataVector sgpp::base::OperationEvalHessianModBsplineNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalHessian().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalHessianModBsplineNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalHessian().

◆ storage

GridStorage& sgpp::base::OperationEvalHessianModBsplineNaive::storage
protected

storage of the sparse grid

Referenced by evalHessian().


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