![]() |
SG++-Doxygen-Documentation
|
Hierarchical Not-a-knot B-spline basis. More...
#include <NakBsplineBoundaryBasis.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 l, IT i) override |
double | getMean (LT l, IT i, std::shared_ptr< sgpp::base::Distribution > pdf, std::shared_ptr< sgpp::base::DataVector > quadCoordinates, std::shared_ptr< sgpp::base::DataVector > quadWeights) |
NakBsplineBoundaryBasis () | |
Default constructor. | |
NakBsplineBoundaryBasis (size_t degree) | |
Constructor. | |
~NakBsplineBoundaryBasis () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
NakBsplineBasis< LT, IT > | nakBsplineBasis |
not a knot B-spline basis | |
Hierarchical Not-a-knot B-spline basis.
This basis has the canonical choice of a constant basis function on level 0
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | B-spline degree, must be odd (if it's even, degree - 1 is used) |
References sgpp::base::NakBsplineBoundaryBasis< 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::NakBsplineBoundaryBasis< LT, IT >::getDegree(), and sgpp::base::NakBsplineBoundaryBasis< LT, IT >::nakBsplineBasis.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalNakBsplineBoundaryNaive::eval(), sgpp::base::OperationEvalNakBsplineBoundaryNaive::eval(), sgpp::base::OperationMultipleEvalNakBsplineBoundaryNaive::mult(), and sgpp::base::OperationMultipleEvalNakBsplineBoundaryNaive::multTranspose().
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getDegree(), and sgpp::base::NakBsplineBoundaryBasis< LT, IT >::nakBsplineBasis.
|
inlineoverridevirtual |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NakBsplineBoundaryBasis< LT, IT >::nakBsplineBasis.
Referenced by sgpp::base::NakBsplineBoundaryBasis< LT, IT >::eval(), sgpp::base::NakBsplineBoundaryBasis< LT, IT >::evalDx(), sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getIntegral(), sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getMean(), and sgpp::base::NakBsplineBoundaryBasis< LT, IT >::NakBsplineBoundaryBasis().
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getDegree(), sgpp::base::GaussLegendreQuadRule1D::getLevelPointsAndWeightsNormalized(), and sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getMean().
Referenced by sgpp::base::OperationQuadratureNakBsplineBoundary::doQuadrature().
|
inline |
|
protected |
not a knot B-spline basis
Referenced by sgpp::base::NakBsplineBoundaryBasis< LT, IT >::eval(), sgpp::base::NakBsplineBoundaryBasis< LT, IT >::evalDx(), and sgpp::base::NakBsplineBoundaryBasis< LT, IT >::getDegree().