#include <gsl_inte_qag_b.h>
Definition at line 638 of file gsl_inte_qag_b.h.
Protected Member Functions | |
void | initialise_table (struct extrapolation_table *table) |
Desc. | |
void | append_table (struct extrapolation_table *table, double y) |
Desc. | |
int | test_positivity (double result, double resabs) |
Desc. | |
void | qelg (struct extrapolation_table *table, double *result, double *abserr) |
Desc. | |
int | large_interval (gsl_integration_workspace *workspace) |
Desc. | |
void | reset_nrmax (gsl_integration_workspace *workspace) |
Desc. | |
int | increase_nrmax (gsl_integration_workspace *workspace) |
Desc. | |
int | qags (func_t &func, const int qn, const double xgk[], const double wg[], const double wgk[], double fv1[], double fv2[], const double a, const double b, const double l_epsabs, const double l_epsrel, const size_t limit, double *result, double *abserr, param_t &pa) |
Desc. | |
Data Structures | |
struct | extrapolation_table |
A structure for extrapolation for gsl_inte_qags. More... |