![]() |
SG++
|
Polynomial basis functions with boundaries. More...
#include <PolyBoundaryBasis.hpp>
Public Member Functions | |
double | eval (LT level, IT index, double p) override |
Evaluate the basis function with given level and index. More... | |
double | eval (LT level, IT index, double p, double offset, double width) |
double | evalHierToTop (LT level, IT index, DataVector &coeffs, double pos) |
size_t | getDegree () |
double | getIntegral (LT level, IT index) |
PolyBoundaryBasis (size_t degree) | |
Constructor. More... | |
~PolyBoundaryBasis () override | |
Destructor. More... | |
![]() | |
virtual | ~Basis () |
Destructor. More... | |
Protected Attributes | |
SPolyBase | polyBasis |
poly basis More... | |
Polynomial basis functions with boundaries.
|
inlineexplicit |
Constructor.
degree | the polynom's max. degree |
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
Evaluate the basis function 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 >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalPolyBoundaryNaive::eval(), sgpp::base::PolyBoundaryBasis< unsigned int, unsigned int >::eval(), sgpp::base::PolyBoundaryBasis< unsigned int, unsigned int >::evalHierToTop(), sgpp::base::GetAffectedBasisFunctions< PolyBoundaryBasis< unsigned int, unsigned int > >::rec(), and sgpp::base::GetAffectedBasisFunctions< PolyBoundaryBasis< unsigned int, unsigned int > >::recBB().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by sgpp::base::OperationQuadraturePolyBoundary::doQuadrature().
|
protected |
poly basis