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

weakly fundamental not-a-knot spline basis. More...

#include <WeaklyFundamentalNakSplineModifiedBasisDeriv2.hpp>

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

Public Member Functions

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

Protected Attributes

WeaklyFundamentalNakSplineBasisDeriv2< LT, IT > weaklyFundamentalNakSplineBasisDeriv2
 Unmodified basis.
 

Detailed Description

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

weakly fundamental not-a-knot spline basis.

Constructor & Destructor Documentation

◆ WeaklyFundamentalNakSplineModifiedBasisDeriv2() [1/2]

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

Default constructor.

◆ WeaklyFundamentalNakSplineModifiedBasisDeriv2() [2/2]

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

Constructor.

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

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

◆ ~WeaklyFundamentalNakSplineModifiedBasisDeriv2()

Destructor.

Member Function Documentation

◆ eval()

◆ evalDx()

template<class LT , class IT >
double sgpp::base::WeaklyFundamentalNakSplineModifiedBasisDeriv2< LT, IT >::evalDx ( LT  level,
IT  index,
double  x 
)
inlineoverridevirtual

Evaluate the basis functions derivative with given level and index.

Parameters
levellevel of the basis function
indexindex of the basis function
xevaluation point
Returns
value of the basis functions derivative.

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

◆ getDegree()

◆ getIntegral()

template<class LT , class IT >
double sgpp::base::WeaklyFundamentalNakSplineModifiedBasisDeriv2< 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

◆ weaklyFundamentalNakSplineBasisDeriv2


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