o2scl_inte_qag_coeffs Namespace Reference


Detailed Description

A namespace for the GSL adaptive integration coefficients.

Documentation from GSL:
Gauss quadrature weights and kronrod quadrature abscissae and weights as evaluated with 80 decimal digit arithmetic by L. W. Fullerton, Bell Labs, Nov. 1981.


Variables

static const double qk15_xgk [8]
static const double qk15_wg [4]
static const double qk15_wgk [8]
static const double qk21_xgk [11]
static const double qk21_wg [5]
static const double qk21_wgk [11]
static const double qk31_xgk [16]
static const double qk31_wg [8]
static const double qk31_wgk [16]
static const double qk41_xgk [21]
static const double qk41_wg [11]
static const double qk41_wgk [21]
static const double qk51_xgk [26]
static const double qk51_wg [13]
static const double qk51_wgk [26]
static const double qk61_xgk [31]
static const double qk61_wg [15]
static const double qk61_wgk [31]


Variable Documentation

const double qk15_wg[4] [static]

weights of the 7-point gauss rule

Definition at line 59 of file gsl_inte_qag_b.h.

const double qk15_wgk[8] [static]

weights of the 15-point kronrod rule

Definition at line 68 of file gsl_inte_qag_b.h.

const double qk15_xgk[8] [static]

abscissae of the 15-point kronrod rule

Definition at line 42 of file gsl_inte_qag_b.h.

const double qk21_wg[5] [static]

weights of the 10-point gauss rule

Definition at line 101 of file gsl_inte_qag_b.h.

const double qk21_wgk[11] [static]

weights of the 21-point kronrod rule

Definition at line 111 of file gsl_inte_qag_b.h.

const double qk21_xgk[11] [static]

abscissae of the 21-point kronrod rule

Definition at line 81 of file gsl_inte_qag_b.h.

const double qk31_wg[8] [static]

weights of the 15-point gauss rule

Definition at line 152 of file gsl_inte_qag_b.h.

const double qk31_wgk[16] [static]

weights of the 31-point kronrod rule

Definition at line 165 of file gsl_inte_qag_b.h.

const double qk31_xgk[16] [static]

abscissae of the 31-point kronrod rule

Definition at line 127 of file gsl_inte_qag_b.h.

const double qk41_wg[11] [static]

weights of the 20-point gauss rule

Definition at line 216 of file gsl_inte_qag_b.h.

const double qk41_wgk[21] [static]

weights of the 41-point kronrod rule

Definition at line 231 of file gsl_inte_qag_b.h.

const double qk41_xgk[21] [static]

abscissae of the 41-point kronrod rule

Definition at line 186 of file gsl_inte_qag_b.h.

const double qk51_wg[13] [static]

weights of the 25-point gauss rule

Definition at line 292 of file gsl_inte_qag_b.h.

const double qk51_wgk[26] [static]

weights of the 51-point kronrod rule

Definition at line 310 of file gsl_inte_qag_b.h.

const double qk51_xgk[26] [static]

abscissae of the 51-point kronrod rule

Definition at line 257 of file gsl_inte_qag_b.h.

const double qk61_wg[15] [static]

weights of the 30-point gauss rule

Definition at line 383 of file gsl_inte_qag_b.h.

const double qk61_wgk[31] [static]

weights of the 61-point kronrod rule

Definition at line 403 of file gsl_inte_qag_b.h.

const double qk61_xgk[31] [static]

abscissae of the 61-point kronrod rule

Definition at line 343 of file gsl_inte_qag_b.h.


Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.