![]() |
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) |
double | evalDx (LT level, IT index, double x) override |
Evaluate the basis functions derivative with given level and index. | |
size_t | getDegree () const override |
Returns the polynomial degree of the basis. | |
double | getIntegral (LT level, IT index) override |
returns the integal of the current basis function | |
LinearClenshawCurtisBasis () | |
~LinearClenshawCurtisBasis () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
ClenshawCurtisTable & | clenshawCurtisTable |
reference to the Clenshaw-Curtis cache table | |
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 >.
References sgpp::base::LinearClenshawCurtisBasis< LT, IT >::clenshawCurtisTable, and sgpp::base::ClenshawCurtisTable::getPoint().
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalLinearClenshawCurtisNaive::eval(), sgpp::base::OperationEvalLinearClenshawCurtisNaive::eval(), sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::eval(), sgpp::base::LinearClenshawCurtisBasis< LT, IT >::eval(), sgpp::base::OperationMultipleEvalLinearClenshawCurtisNaive::mult(), and sgpp::base::OperationMultipleEvalLinearClenshawCurtisNaive::multTranspose().
|
inline |
References sgpp::base::LinearClenshawCurtisBasis< LT, IT >::eval(), and level.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity().
|
inlineoverridevirtual |
Evaluate the basis functions derivative 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 >.
|
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 >.
References sgpp::base::LinearClenshawCurtisBasis< LT, IT >::clenshawCurtisTable, sgpp::base::ClenshawCurtisTable::getPoint(), and level.
Referenced by sgpp::base::OperationQuadratureLinearClenshawCurtis::doQuadrature(), sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::getIntegral(), and sgpp::base::LinearModifiedClenshawCurtisBasis< LT, IT >::getIntegral().
|
protected |
reference to the Clenshaw-Curtis cache table
Referenced by sgpp::base::LinearClenshawCurtisBasis< LT, IT >::eval(), and sgpp::base::LinearClenshawCurtisBasis< LT, IT >::getIntegral().