![]() |
SG++-Doxygen-Documentation
|
B-spline basis with natural boundary conditions. More...
#include <NaturalBsplineBasis.hpp>
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 | |
NaturalBsplineBasis () | |
Default constructor. | |
NaturalBsplineBasis (size_t degree) | |
Constructor. | |
~NaturalBsplineBasis () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
BsplineBasis< LT, IT > | bsplineBasis |
B-spline basis for B-spline evaluation. | |
B-spline basis with natural boundary conditions.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | B-spline degree, must be odd (if it's even, degree - 1 is used) |
References sgpp::base::NaturalBsplineBasis< LT, IT >::getDegree().
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NaturalBsplineBasis< LT, IT >::bsplineBasis, and sgpp::base::NaturalBsplineBasis< LT, IT >::getDegree().
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalNaturalBsplineBoundaryNaive::eval(), and sgpp::base::OperationEvalNaturalBsplineBoundaryNaive::eval().
|
inlineoverridevirtual |
Evaluate the basis functions derivative with given level and index.
level | level of the basis function |
index | index of the basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
|
inlineoverridevirtual |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NaturalBsplineBasis< LT, IT >::bsplineBasis.
Referenced by sgpp::base::NaturalBsplineBasis< LT, IT >::eval(), and sgpp::base::NaturalBsplineBasis< LT, IT >::NaturalBsplineBasis().
|
inlineoverridevirtual |
returns the integal of the current basis function
level | level of the basis function |
index | index of the basis function |
Implements sgpp::base::Basis< LT, IT >.
|
protected |
B-spline basis for B-spline evaluation.
Referenced by sgpp::base::NaturalBsplineBasis< LT, IT >::eval(), and sgpp::base::NaturalBsplineBasis< LT, IT >::getDegree().