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

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

#include <OperationEvalGradientNakBsplineExtendedNaive.hpp>

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

Protected Attributes

SNakBsplineExtendedBase base
 1D B-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 nak B-spline linear combinations on Noboundary grids and their gradients.

Constructor & Destructor Documentation

◆ OperationEvalGradientNakBsplineExtendedNaive()

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

Constructor.

Parameters
storagestorage of the sparse grid
degreeB-spline degree

◆ ~OperationEvalGradientNakBsplineExtendedNaive()

sgpp::base::OperationEvalGradientNakBsplineExtendedNaive::~OperationEvalGradientNakBsplineExtendedNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ evalGradient() [1/2]

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

◆ evalGradient() [2/2]

Member Data Documentation

◆ base

SNakBsplineExtendedBase sgpp::base::OperationEvalGradientNakBsplineExtendedNaive::base
protected

1D B-spline basis

Referenced by evalGradient(), and evalGradient().

◆ innerDerivative

DataVector sgpp::base::OperationEvalGradientNakBsplineExtendedNaive::innerDerivative
protected

inner derivative (temporary vector)

Referenced by evalGradient(), and evalGradient().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalGradientNakBsplineExtendedNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by evalGradient(), and evalGradient().

◆ storage

GridStorage& sgpp::base::OperationEvalGradientNakBsplineExtendedNaive::storage
protected

storage of the sparse grid

Referenced by evalGradient(), and evalGradient().


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