SG++-Doxygen-Documentation
|
This is the complete list of members for sgpp::combigrid::GaussLegendreQuadrature, including all inherited members.
evaluate(Func const &func, double a=0.0, double b=1.0) | sgpp::combigrid::GaussLegendreQuadrature | inline |
evaluate_iteratively(Func const &func, double a=0.0, double b=1.0, size_t numGaussPoints=0, size_t incrementQuadraturePoints=1, double tol=1e-14) | sgpp::combigrid::GaussLegendreQuadrature | inline |
evaluate_logsumexp(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0) | sgpp::combigrid::GaussLegendreQuadrature | inline |
evaluate_logsumexp_iteratively(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0, size_t numGaussPoints=0, size_t incrementQuadraturePoints=1, double tol=1e-14) | sgpp::combigrid::GaussLegendreQuadrature | inline |
evaluate_sumexp(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0) | sgpp::combigrid::GaussLegendreQuadrature | inline |
evaluate_sumexp_iteratively(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0, size_t numGaussPoints=0, size_t incrementQuadraturePoints=1, double tol=1e-14) | sgpp::combigrid::GaussLegendreQuadrature | inline |
GaussLegendreQuadrature(size_t numPoints=0) | sgpp::combigrid::GaussLegendreQuadrature | explicit |
initialize(size_t numPoints) | sgpp::combigrid::GaussLegendreQuadrature |