![]() |
SG++-Doxygen-Documentation
|
Modified weakly fundamental not-a-knot spline basis. More...
#include <WeaklyFundamentalNakSplineModifiedBasis.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 | |
WeaklyFundamentalNakSplineModifiedBasis () | |
Default constructor. | |
WeaklyFundamentalNakSplineModifiedBasis (size_t degree) | |
Constructor. | |
~WeaklyFundamentalNakSplineModifiedBasis () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
WeaklyFundamentalNakSplineBasis< LT, IT > | weaklyFundamentalNakSplineBasis |
Unmodified basis. | |
Modified weakly fundamental not-a-knot spline basis.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | Spline degree, must be odd (if it's even, degree - 1 is used) |
References sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< 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::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::getDegree(), and sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::weaklyFundamentalNakSplineBasis.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalModWeaklyFundamentalNakSplineNaive::eval(), sgpp::base::OperationEvalModWeaklyFundamentalNakSplineNaive::eval(), sgpp::base::OperationEvalGradientModWeaklyFundamentalNakSplineNaive::evalGradient(), sgpp::base::OperationEvalGradientModWeaklyFundamentalNakSplineNaive::evalGradient(), sgpp::base::OperationEvalHessianModWeaklyFundamentalNakSplineNaive::evalHessian(), sgpp::base::OperationEvalHessianModWeaklyFundamentalNakSplineNaive::evalHessian(), sgpp::base::OperationEvalPartialDerivativeModWeaklyFundamentalNakSplineNaive::evalPartialDerivative(), and sgpp::base::OperationEvalPartialDerivativeModWeaklyFundamentalNakSplineNaive::evalPartialDerivative().
|
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::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::weaklyFundamentalNakSplineBasis.
Referenced by sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::eval(), and sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::WeaklyFundamentalNakSplineModifiedBasis().
|
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 |
Unmodified basis.
Referenced by sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::eval(), and sgpp::base::WeaklyFundamentalNakSplineModifiedBasis< LT, IT >::getDegree().