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

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

#include <OperationEvalGradientFundamentalNakSplineNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalGradientFundamentalNakSplineNaive:
sgpp::base::OperationEvalGradient

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ OperationEvalGradientFundamentalNakSplineNaive()

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

Constructor.

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

◆ ~OperationEvalGradientFundamentalNakSplineNaive()

sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::~OperationEvalGradientFundamentalNakSplineNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ evalGradient() [1/2]

void sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::evalGradient ( const DataMatrix alpha,
const DataVector point,
DataVector value,
DataMatrix gradient 
)
overridevirtual

◆ evalGradient() [2/2]

Member Data Documentation

◆ base

SFundamentalNakSplineBase sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::base
protected

1D fundamental not-a-knot spline basis

Referenced by evalGradient(), and evalGradient().

◆ innerDerivative

DataVector sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalGradient(), and evalGradient().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalGradient(), and evalGradient().

◆ storage

GridStorage& sgpp::base::OperationEvalGradientFundamentalNakSplineNaive::storage
protected

storage of the sparse grid

Referenced by evalGradient(), and evalGradient().


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