![]() |
SG++-Doxygen-Documentation
|
weakly fundamental not-a-knot spline basis (2nd derivative). More...
#include <WeaklyFundamentalNakSplineBasisDeriv2.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 | |
WeaklyFundamentalNakSplineBasisDeriv2 () | |
Default constructor. | |
WeaklyFundamentalNakSplineBasisDeriv2 (size_t degree) | |
Constructor. | |
~WeaklyFundamentalNakSplineBasisDeriv2 () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
WeaklyFundamentalSplineBasisDeriv2< LT, IT > | weaklyFundamentalSplineBasisDeriv2 |
B-spline basis for B-spline evaluation. | |
weakly fundamental not-a-knot spline basis (2nd derivative).
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | Spline degree, must be odd (if it's even, degree - 1 is used) |
References sgpp::base::WeaklyFundamentalNakSplineBasisDeriv2< 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::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::getDegree(), and sgpp::base::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::weaklyFundamentalSplineBasisDeriv2.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalHessianWeaklyFundamentalNakSplineBoundaryNaive::evalHessian(), and sgpp::base::OperationEvalHessianWeaklyFundamentalNakSplineBoundaryNaive::evalHessian().
|
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::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::weaklyFundamentalSplineBasisDeriv2.
Referenced by sgpp::base::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::eval(), and sgpp::base::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::WeaklyFundamentalNakSplineBasisDeriv2().
|
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::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::eval(), and sgpp::base::WeaklyFundamentalNakSplineBasisDeriv2< LT, IT >::getDegree().