Age | Commit message (Collapse) | Author |
|
1E-12
|
|
|
|
this is probably the wrong approach and likely it breaks code that
mentions the BoundsOf/ContainerOf
|
|
* background:
http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Current_stage:_Prepare_GHC
* the change happens in ghc-7.10, and these changes fix warnings with 7.8
|
|
|
|
|
|
Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult integrands
|
|
Added onedimensional minimization.
|
|
difficult integrands.
|
|
|
|
|
|
|
|
|
|
This reverts commit d302e91710db7cccb32853cfd861b9f869eb4e31.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The errors used to cause segfaults.
|
|
|
|
Previously this was piggybacking off of mapMatrixWithIndexM
which would overflow the stack with large input
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gsl_integration_qagil
|