SG++-Doxygen-Documentation
sgpp::combigrid::GaussLegendreQuadrature Member List

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::GaussLegendreQuadratureinline
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::GaussLegendreQuadratureinline
evaluate_logsumexp(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0)sgpp::combigrid::GaussLegendreQuadratureinline
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::GaussLegendreQuadratureinline
evaluate_sumexp(Func const &logfunc, SingleFunction weightFunction, double a=0.0, double b=1.0)sgpp::combigrid::GaussLegendreQuadratureinline
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::GaussLegendreQuadratureinline
GaussLegendreQuadrature(size_t numPoints=0)sgpp::combigrid::GaussLegendreQuadratureexplicit
initialize(size_t numPoints)sgpp::combigrid::GaussLegendreQuadrature