SG++-Doxygen-Documentation
|
linear basis functions with boundaries And here we have another implicit dependence on tensor products More...
#include <LinearPeriodicBasis.hpp>
Public Member Functions | |
double | eval (LT l, IT i, double x) override |
Evaluate a basis function. More... | |
double | eval (LT level, IT index, double p, double q, double t) |
Evaluate a basis function with an offset and scaling factor Has a dependence on the absolute position of grid point and support. More... | |
size_t | getDegree () const override |
Returns the polynomial degree of the basis. More... | |
double | getIntegral (LT level, IT index) override |
returns the integal of the current basis function More... | |
~LinearPeriodicBasis () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
virtual | ~Basis () |
Destructor. More... | |
linear basis functions with boundaries And here we have another implicit dependence on tensor products
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
Evaluate a basis function.
Has a dependence on the absolute position of grid point and support.
l | the level of the current basis function |
i | the index of the current basis function |
x | the absolute position of the evaluation point |
Implements sgpp::base::Basis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), and sgpp::base::GetAffectedBasisFunctions< LinearPeriodicBasis< unsigned int, unsigned int > >::rec().
|
inline |
Evaluate a basis function with an offset and scaling factor Has a dependence on the absolute position of grid point and support.
level | the level of the current basis function |
index | the index of the current basis function |
p | the absolute position of the evaluation point |
q | the scaling factor of the basis function |
t | the offset of the basis function |
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity().
|
inlineoverridevirtual |
Returns the polynomial degree of the basis.
Implements sgpp::base::Basis< LT, IT >.
|
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 >.