A namespace for the quadrature coefficients for non-adaptive integration. More...
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] |
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
|
static |
Weights of the 10-point formula
Definition at line 57 of file inte_qng_gsl.h.
|
static |
Weights of the 21-point formula for abcissae x1
Definition at line 75 of file inte_qng_gsl.h.
|
static |
Weights of the 21-point formula for abcissae x2
Definition at line 84 of file inte_qng_gsl.h.
|
static |
Weights of the 43-point formula for abscissae x1, x3
Definition at line 109 of file inte_qng_gsl.h.
|
static |
Weights of the 43-point formula for abscissae x3
Definition at line 123 of file inte_qng_gsl.h.
|
static |
Weights of the 87-point formula for abscissae x1, x2, x3
Definition at line 165 of file inte_qng_gsl.h.
|
static |
Weights of the 87-point formula for abscissae x4
Definition at line 190 of file inte_qng_gsl.h.
|
static |
Abcissae common to the 10-, 21-, 43- and 87-point rule
Definition at line 48 of file inte_qng_gsl.h.
|
static |
Abcissae common to the 21-, 43- and 87-point rule
Definition at line 66 of file inte_qng_gsl.h.
|
static |
Abscissae common to the 43- and 87-point rule
Definition at line 94 of file inte_qng_gsl.h.
|
static |
Abscissae of the 87-point rule
Definition at line 139 of file inte_qng_gsl.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).