![]() |
SG++-Doxygen-Documentation
|
Modified fundamental spline basis on Noboundary grids. More...
#include <FundamentalSplineModifiedBasis.hpp>
Public Member Functions | |
| double | eval (LT l, IT i, double x) override |
| double | evalDx (LT l, IT i, double x) |
| double | evalDxDx (LT l, IT i, double x) |
| FundamentalSplineModifiedBasis () | |
| Default constructor. More... | |
| FundamentalSplineModifiedBasis (size_t degree) | |
| Constructor. More... | |
| size_t | getDegree () const override |
| double | getIntegral (LT l, IT i) override |
| ~FundamentalSplineModifiedBasis () override | |
| Destructor. More... | |
Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
| virtual | ~Basis () |
| Destructor. More... | |
Protected Attributes | |
| BsplineBasis< LT, IT > | bsplineBasis |
| B-spline basis. More... | |
| std::vector< double > | coefficients |
| B-spline coefficients. More... | |
| DataVector | coordinates |
| coordinates and weights for calculating integrals More... | |
| FundamentalSplineBasis< LT, IT > | fundamentalSplineBasis |
| fundamental spline basis for fundamental spline evaluation More... | |
| bool | integrationInitialized = false |
| DataVector | weights |
Modified fundamental spline basis on Noboundary grids.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
| degree | fundamental spline degree, must be odd (if it's even, degree - 1 is used) |
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
| l | level of basis function |
| i | index of basis function |
| x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalModFundamentalSplineNaive::eval(), sgpp::base::OperationEvalGradientModFundamentalSplineNaive::evalGradient(), sgpp::base::OperationEvalHessianModFundamentalSplineNaive::evalHessian(), sgpp::base::OperationEvalPartialDerivativeModFundamentalSplineNaive::evalPartialDerivative(), and sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::getIntegral().
|
inline |
| l | level of basis function |
| i | index of basis function |
| x | evaluation point |
Referenced by sgpp::base::OperationEvalGradientModFundamentalSplineNaive::evalGradient(), sgpp::base::OperationEvalHessianModFundamentalSplineNaive::evalHessian(), and sgpp::base::OperationEvalPartialDerivativeModFundamentalSplineNaive::evalPartialDerivative().
|
inline |
| l | level of basis function |
| i | index of basis function |
| x | evaluation point |
Referenced by sgpp::base::OperationEvalHessianModFundamentalSplineNaive::evalHessian().
|
inlineoverridevirtual |
Implements sgpp::base::Basis< LT, IT >.
|
inlineoverridevirtual |
| l | level of basis function |
| i | index of basis function |
Implements sgpp::base::Basis< LT, IT >.
Referenced by sgpp::base::OperationQuadratureModFundamentalSpline::doQuadrature().
|
protected |
B-spline basis.
Referenced by sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::eval(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDx(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDxDx(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::FundamentalSplineModifiedBasis(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::getDegree(), and sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::getIntegral().
|
protected |
B-spline coefficients.
Referenced by sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::eval(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDx(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDxDx(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::FundamentalSplineModifiedBasis(), and sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::getIntegral().
|
protected |
coordinates and weights for calculating integrals
Referenced by sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::getIntegral().
|
protected |
fundamental spline basis for fundamental spline evaluation
Referenced by sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::eval(), sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDx(), and sgpp::base::FundamentalSplineModifiedBasis< unsigned int, unsigned int >::evalDxDx().
|
protected |
|
protected |