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

Operation for evaluating fundamental not-a-knot spline linear combinations, their gradients and their Hessians. More...

#include <OperationEvalHessianFundamentalNakSplineNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalHessianFundamentalNakSplineNaive:
sgpp::base::OperationEvalHessian

Public Member Functions

void evalHessian (const DataMatrix &alpha, const DataVector &point, DataVector &value, DataMatrix &gradient, std::vector< DataMatrix > &hessian) override
 
double evalHessian (const DataVector &alpha, const DataVector &point, DataVector &gradient, DataMatrix &hessian) override
 
 OperationEvalHessianFundamentalNakSplineNaive (GridStorage &storage, size_t degree)
 Constructor.
 
 ~OperationEvalHessianFundamentalNakSplineNaive () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::OperationEvalHessian
 OperationEvalHessian ()
 Constructor.
 
virtual ~OperationEvalHessian ()
 Destructor.
 

Protected Attributes

SFundamentalNakSplineBase base
 1D fundamental not-a-knot spline basis
 
DataVector innerDerivative
 inner derivative (temporary vector)
 
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector)
 
GridStoragestorage
 storage of the sparse grid
 

Additional Inherited Members

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

Detailed Description

Operation for evaluating fundamental not-a-knot spline linear combinations, their gradients and their Hessians.

Constructor & Destructor Documentation

◆ OperationEvalHessianFundamentalNakSplineNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreefundamental not-a-knot spline degree

◆ ~OperationEvalHessianFundamentalNakSplineNaive()

sgpp::base::OperationEvalHessianFundamentalNakSplineNaive::~OperationEvalHessianFundamentalNakSplineNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ evalHessian() [1/2]

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

◆ evalHessian() [2/2]

Member Data Documentation

◆ base

SFundamentalNakSplineBase sgpp::base::OperationEvalHessianFundamentalNakSplineNaive::base
protected

1D fundamental not-a-knot spline basis

Referenced by evalHessian(), and evalHessian().

◆ innerDerivative

DataVector sgpp::base::OperationEvalHessianFundamentalNakSplineNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalHessian(), and evalHessian().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalHessianFundamentalNakSplineNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalHessian(), and evalHessian().

◆ storage

GridStorage& sgpp::base::OperationEvalHessianFundamentalNakSplineNaive::storage
protected

storage of the sparse grid

Referenced by evalHessian(), and evalHessian().


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