File defining GSL-based integration coefficients, workspace, and o2scl::inte_kronrod_gsl. More...
#include <cmath>
#include <gsl/gsl_integration.h>
#include <o2scl/inte.h>
#include <o2scl/inte_gsl.h>
#include <o2scl/string_conv.h>
Go to the source code of this file.
Classes | |
class | o2scl::inte_workspace_gsl |
Integration workspace for the GSL integrators. More... | |
class | o2scl::inte_kronrod_gsl< func_t > |
Basic Gauss-Kronrod integration class (GSL) More... | |
Namespaces | |
o2scl_inte_gk_coeffs | |
A namespace for the GSL adaptive Gauss-Kronrod integration coefficients. | |
o2scl | |
The main O2scl namespace. | |
Variables | |
static const double | o2scl_inte_gk_coeffs::qk15_xgk [8] |
Abscissae of the 15-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk15_wg [4] |
Weights of the 7-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk15_wgk [8] |
Weights of the 15-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk21_xgk [11] |
Abscissae of the 21-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk21_wg [5] |
Weights of the 10-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk21_wgk [11] |
Weights of the 21-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk31_xgk [16] |
Abscissae of the 31-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk31_wg [8] |
Weights of the 15-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk31_wgk [16] |
Weights of the 31-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk41_xgk [21] |
Abscissae of the 41-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk41_wg [11] |
Weights of the 20-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk41_wgk [21] |
Weights of the 41-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk51_xgk [26] |
Abscissae of the 51-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk51_wg [13] |
Weights of the 25-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk51_wgk [26] |
Weights of the 51-point Kronrod rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk61_xgk [31] |
Abscissae of the 61-point Kronrod rule. | |
static const double | o2scl_inte_gk_coeffs::qk61_wg [15] |
Weights of the 30-point Gauss rule. More... | |
static const double | o2scl_inte_gk_coeffs::qk61_wgk [31] |
Weights of the 61-point Kronrod rule. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).