|
GammaLib 2.2.0.dev
|
This is the complete list of members for GIntegral, including all inherited members.
| adaptive_gauss_kronrod(const double &a, const double &b) const | GIntegral | |
| adaptive_gauss_kronrod_aux(const double &a, const double &b, const double &fa, const double &fb, const double &is, const double &toler) const | GIntegral | protected |
| adaptive_simpson(const double &a, const double &b) const | GIntegral | |
| adaptive_simpson_aux(const double &a, const double &b, const double &eps, const double &S, const double &fa, const double &fb, const double &fc, const int &bottom) const | GIntegral | protected |
| calls(void) const | GIntegral | inline |
| classname(void) const | GIntegral | inlinevirtual |
| clear(void) | GIntegral | virtual |
| clone(void) const | GIntegral | virtual |
| copy_members(const GIntegral &integral) | GIntegral | protected |
| eps(const double &eps) | GIntegral | inline |
| eps(void) const | GIntegral | inline |
| fixed_iter(const int &iter) | GIntegral | inline |
| fixed_iter(void) const | GIntegral | inline |
| free_members(void) | GIntegral | protected |
| gauss_kronrod(const double &a, const double &b) const | GIntegral | |
| GIntegral(void) | GIntegral | explicit |
| GIntegral(GFunction *kernel) | GIntegral | explicit |
| GIntegral(const GIntegral &integral) | GIntegral | |
| init_members(void) | GIntegral | protected |
| is_valid(void) const | GIntegral | inline |
| iter(void) const | GIntegral | inline |
| kernel(GFunction *kernel) | GIntegral | inline |
| kernel(void) const | GIntegral | inline |
| m_abserr | GIntegral | mutableprotected |
| m_calls | GIntegral | mutableprotected |
| m_eps | GIntegral | protected |
| m_fix_iter | GIntegral | protected |
| m_has_abserr | GIntegral | mutableprotected |
| m_has_relerr | GIntegral | mutableprotected |
| m_isvalid | GIntegral | mutableprotected |
| m_iter | GIntegral | mutableprotected |
| m_kernel | GIntegral | protected |
| m_max_iter | GIntegral | protected |
| m_message | GIntegral | mutableprotected |
| m_relerr | GIntegral | mutableprotected |
| m_silent | GIntegral | protected |
| m_terminate | GIntegral | mutableprotected |
| max_iter(const int &iter) | GIntegral | inline |
| max_iter(void) const | GIntegral | inline |
| message(void) const | GIntegral | inline |
| operator=(const GIntegral &integral) | GIntegral | |
| polint(double *xa, double *ya, int n, double x, double *dy) | GIntegral | protected |
| print(const GChatter &chatter=NORMAL) const | GIntegral | virtual |
| rescale_error(double err, const double &result_abs, const double &result_asc) const | GIntegral | protected |
| romberg(std::vector< double > bounds, const int &order=5) | GIntegral | |
| romberg(const double &a, const double &b, const int &order=5) | GIntegral | |
| silent(const bool &silent) | GIntegral | inline |
| silent(void) const | GIntegral | inline |
| trapzd(const double &a, const double &b, const int &n=1, double result=0.0) | GIntegral | |
| ~GBase(void) | GBase | inlinevirtual |
| ~GIntegral(void) | GIntegral | virtual |