summaryrefslogtreecommitdiff
path: root/packages/gsl/src/Numeric/GSL/ODE.hs
AgeCommit message (Collapse)Author
2018-02-07GSL.ODE: free the jacobian after useregnat
When calling the function `Numeric.GSL.ODE.odeSolveVWith'` and provide a jacobian, a pointer to this jacobian is registered (at https://github.com/albertoruiz/hmatrix/blob/8cb879a4ad83656bc70652957a08113e2b784886/packages/gsl/src/Numeric/GSL/ODE.hs#L146-L148), but never freed, which causes a memory leak. This commits adds a call to `freeHaskellFunPtr` when needed at the end of the function to fix this.
2016-10-08minor fix in documentationAlberto Ruiz
2015-06-03Generalize step control functionntfrgl
Extend API by odeSolveVWith and StepControl.
2015-01-08update other pkgs to ghc-7.10Alberto Ruiz
2014-05-21update dependencies, move examples etcAlberto Ruiz