#include <gsl_inte_qag_b.h>
This class provides the basic Gauss-Kronrod integration function for some of the GSL-based integration classes. The casual end-user should use the classes explained in the Integration section of the User's guide.
Definition at line 615 of file gsl_inte_qag_b.h.
Public Member Functions | |
virtual void | gsl_integration_qk_o2scl (func_t &func, const int n, const double xgk[], const double wg[], const double wgk[], double fv1[], double fv2[], double a, double b, double *result, double *abserr, double *resabs, double *resasc, param_t &pa) |
The GSL Gauss-Kronrod integration function. |
virtual void gsl_integration_qk_o2scl | ( | func_t & | func, | |
const int | n, | |||
const double | xgk[], | |||
const double | wg[], | |||
const double | wgk[], | |||
double | fv1[], | |||
double | fv2[], | |||
double | a, | |||
double | b, | |||
double * | result, | |||
double * | abserr, | |||
double * | resabs, | |||
double * | resasc, | |||
param_t & | pa | |||
) | [inline, virtual] |
The GSL Gauss-Kronrod integration function.
Given abcissas and weights, this performs the integration of func
between a
and b
, providing a result with uncertainties.
This function is designed for use with the values given in the o2scl_inte_qag_coeffs namespace.
This function never calls the error handler.
Reimplemented in gsl_inte_transform.
Definition at line 636 of file gsl_inte_qag_b.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