![]() |
SG++-Doxygen-Documentation
|
Not-a-knot B-spline basis. More...
#include <NakBsplineModifiedBasisDeriv1.hpp>
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. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
NakBsplineBasisDeriv1< LT, IT > | nakBsplineBasisDeriv1 |
B-spline basis for B-spline evaluation. | |
Not-a-knot B-spline basis.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | B-spline degree, must be odd (if it's even, degree - 1 is used) |
References sgpp::base::NakBsplineModifiedBasisDeriv1< 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::NakBsplineModifiedBasisDeriv1< LT, IT >::getDegree(), and sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::nakBsplineBasisDeriv1.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalGradientModNakBsplineNaive::evalGradient(), sgpp::base::OperationEvalGradientModNakBsplineNaive::evalGradient(), sgpp::base::OperationEvalHessianModNakBsplineNaive::evalHessian(), sgpp::base::OperationEvalHessianModNakBsplineNaive::evalHessian(), sgpp::base::OperationEvalPartialDerivativeModNakBsplineNaive::evalPartialDerivative(), and sgpp::base::OperationEvalPartialDerivativeModNakBsplineNaive::evalPartialDerivative().
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
|
inlineoverridevirtual |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::nakBsplineBasisDeriv1.
Referenced by sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::eval(), and sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::NakBsplineModifiedBasisDeriv1().
|
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::NakBsplineModifiedBasisDeriv1< LT, IT >::eval(), and sgpp::base::NakBsplineModifiedBasisDeriv1< LT, IT >::getDegree().