Documentation from GSL:
Gauss-Kronrod-Patterson quadrature coefficients for use in quadpack routine qng. These coefficients were calculated with 101 decimal digit arithmetic by L. W. Fullerton, Bell Labs, Nov 1981.
Variables | |
static const double | x1 [5] |
static const double | w10 [5] |
static const double | x2 [5] |
static const double | w21a [5] |
static const double | w21b [6] |
static const double | x3 [11] |
static const double | w43a [10] |
static const double | w43b [12] |
static const double | x4 [22] |
static const double | w87a [21] |
static const double | w87b [23] |
const double w10[5] [static] |
w10, weights of the 10-point formula
Definition at line 51 of file gsl_inte_qng.h.
const double w21a[5] [static] |
w21a, weights of the 21-point formula for abscissae x1
Definition at line 69 of file gsl_inte_qng.h.
const double w21b[6] [static] |
w21b, weights of the 21-point formula for abscissae x2
Definition at line 78 of file gsl_inte_qng.h.
const double w43a[10] [static] |
w43a, weights of the 43-point formula for abscissae x1, x3
Definition at line 103 of file gsl_inte_qng.h.
const double w43b[12] [static] |
w43b, weights of the 43-point formula for abscissae x3
Definition at line 117 of file gsl_inte_qng.h.
const double w87a[21] [static] |
w87a, weights of the 87-point formula for abscissae x1, x2, x3
Definition at line 159 of file gsl_inte_qng.h.
const double w87b[23] [static] |
w87b, weights of the 87-point formula for abscissae x4
Definition at line 184 of file gsl_inte_qng.h.
const double x1[5] [static] |
x1, abscissae common to the 10-, 21-, 43- and 87-point rule
Definition at line 42 of file gsl_inte_qng.h.
const double x2[5] [static] |
x2, abscissae common to the 21-, 43- and 87-point rule
Definition at line 60 of file gsl_inte_qng.h.
const double x3[11] [static] |
x3, abscissae common to the 43- and 87-point rule
Definition at line 88 of file gsl_inte_qng.h.
const double x4[22] [static] |
x4, abscissae of the 87-point rule
Definition at line 133 of file gsl_inte_qng.h.