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] |
Weights of the 10-point formula
Definition at line 51 of file gsl_inte_qng.h.
const double w21a[5] [static] |
Weights of the 21-point formula for abscissae x1
Definition at line 69 of file gsl_inte_qng.h.
const double w21b[6] [static] |
Weights of the 21-point formula for abscissae x2
Definition at line 78 of file gsl_inte_qng.h.
const double w43a[10] [static] |
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] |
Weights of the 43-point formula for abscissae x3
Definition at line 117 of file gsl_inte_qng.h.
const double w87a[21] [static] |
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] |
Weights of the 87-point formula for abscissae x4
Definition at line 184 of file gsl_inte_qng.h.
const double x1[5] [static] |
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] |
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] |
Abscissae common to the 43- and 87-point rule
Definition at line 88 of file gsl_inte_qng.h.
const double x4[22] [static] |
Abscissae of the 87-point rule
Definition at line 133 of file gsl_inte_qng.h.
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page