#include <gsl_inte_qag_b.h>
Definition at line 1296 of file gsl_inte_qag_b.h.
Public Member Functions | |
virtual double | transform (func_t &func, double t, param_t &pa)=0 |
The transformation to apply to the user-supplied 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) |
The basic 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 basic Gauss-Kronrod integration function.
This is basically just a copy of gsl_inte_qag::gsl_integration_qk_o2scl() which is rewritten to call the internal transformed function rather than directly calling the user-specified function.
Reimplemented from gsl_inte_kronrod.
Definition at line 1313 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