SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT > Class Template Reference

Not-a-knot B-spline basis. More...

#include <NakBsplineModifiedBasisDeriv1.hpp>

Inheritance diagram for sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >:
sgpp::base::Basis< LT, IT >

Public Member Functions

double eval (LT l, IT i, double x) override
 
double evalDx (LT l, IT i, double x) override
 
size_t getDegree () const override
 
double getIntegral (LT level, IT index) override
 returns the integal of the current basis function
 
 NakBsplineModifiedBasisDeriv1 ()
 Default constructor.
 
 NakBsplineModifiedBasisDeriv1 (size_t degree)
 Constructor.
 
 ~NakBsplineModifiedBasisDeriv1 () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::Basis< LT, IT >
virtual ~Basis ()
 Destructor.
 

Protected Attributes

NakBsplineBasisDeriv1< LT, IT > nakBsplineBasisDeriv1
 B-spline basis for B-spline evaluation.
 

Detailed Description

template<class LT, class IT>
class sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >

Not-a-knot B-spline basis.

Constructor & Destructor Documentation

◆ NakBsplineModifiedBasisDeriv1() [1/2]

template<class LT , class IT >
sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::NakBsplineModifiedBasisDeriv1 ( )
inline

Default constructor.

◆ NakBsplineModifiedBasisDeriv1() [2/2]

template<class LT , class IT >
sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::NakBsplineModifiedBasisDeriv1 ( size_t  degree)
inlineexplicit

Constructor.

Parameters
degreeB-spline degree, must be odd (if it's even, degree - 1 is used)

References sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::getDegree().

◆ ~NakBsplineModifiedBasisDeriv1()

template<class LT , class IT >
sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::~NakBsplineModifiedBasisDeriv1 ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval()

◆ evalDx()

template<class LT , class IT >
double sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::evalDx ( LT  l,
IT  i,
double  x 
)
inlineoverridevirtual
Parameters
llevel of basis function
iindex of basis function
xevaluation point
Returns
value of derivative of wavelet basis function

Implements sgpp::base::Basis< LT, IT >.

◆ getDegree()

◆ getIntegral()

template<class LT , class IT >
double sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::getIntegral ( LT  level,
IT  index 
)
inlineoverridevirtual

returns the integal of the current basis function

Parameters
levellevel of the basis function
indexindex of the basis function
Returns

Implements sgpp::base::Basis< LT, IT >.

Member Data Documentation

◆ nakBsplineBasisDeriv1

template<class LT , class IT >
NakBsplineBasisDeriv1<LT, IT> sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::nakBsplineBasisDeriv1
protected

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