SG++-Doxygen-Documentation
|
Linear basis on Clenshaw-Curtis grids. More...
#include <LinearClenshawCurtisBasis.hpp>
Public Member Functions | |
double | eval (LT l, IT i, double x) override |
double | eval (LT level, IT index, double p, double offset, double width) |
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... | |
LinearClenshawCurtisBasis () | |
~LinearClenshawCurtisBasis () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
virtual | ~Basis () |
Destructor. More... | |
Protected Attributes | |
ClenshawCurtisTable & | clenshawCurtisTable |
reference to the Clenshaw-Curtis cache table More... | |
Linear basis on Clenshaw-Curtis grids.
|
inline |
|
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::OperationEvalLinearClenshawCurtisNaive::eval(), sgpp::base::LinearClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::eval(), sgpp::base::LinearClenshawCurtisBasis< unsigned int, unsigned int >::eval(), sgpp::base::LinearModifiedClenshawCurtisBasis< unsigned int, unsigned int >::getDegree(), sgpp::base::OperationMultipleEvalLinearClenshawCurtisNaive::mult(), and sgpp::base::OperationMultipleEvalLinearClenshawCurtisNaive::multTranspose().
|
inline |
|
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 >.
Referenced by sgpp::base::OperationQuadratureLinearClenshawCurtis::doQuadrature(), sgpp::base::LinearClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::getIntegral(), and sgpp::base::LinearModifiedClenshawCurtisBasis< unsigned int, unsigned int >::getIntegral().
|
protected |
reference to the Clenshaw-Curtis cache table
Referenced by sgpp::base::LinearClenshawCurtisBasis< unsigned int, unsigned int >::eval(), and sgpp::base::LinearClenshawCurtisBasis< unsigned int, unsigned int >::getIntegral().