![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Integrate a function with a singularity (GSL) [abstract base]. More...
#include <gsl_inte_singular.h>
This class contains the GSL-based integration function for applying transformations to the user-defined integrand. The casual end-user should use the classes explained in the Integration section of the User's guide.
Definition at line 752 of file gsl_inte_singular.h.
Public Member Functions | |
virtual double | transform (double t, func_t &func)=0 |
The transformation to apply to the user-supplied function. | |
virtual void | gauss_kronrod (func_t &func, double a, double b, double *result, double *abserr, double *resabs, double *resasc) |
Integration wrapper for internal transformed function type. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).