Age | Commit message (Collapse) | Author |
|
1E-12
|
|
|
|
Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult integrands
|
|
difficult integrands.
|
|
|
|
|
|
|
|
The errors used to cause segfaults.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gsl_integration_qagil
|
|
|
|
|
|
The previous patch got rid of warnings when ghc >= 7.4.
Unfortunately this caused warnings on GHC < 7.4.
This patch removes warnings on all versions of GHC.
|
|
|
|
|
|
|
|
|
|
|
|
* use LANGUAGE pragmas instead of deprecated one
* remove unused pragmas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|