Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-01 | Implement CI | Dominic Steinitz | |
2018-02-07 | GSL.ODE: free the jacobian after use | regnat | |
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-08 | minor fix in documentation | Alberto Ruiz | |
2015-06-03 | Generalize step control function | ntfrgl | |
Extend API by odeSolveVWith and StepControl. | |||
2015-01-08 | update other pkgs to ghc-7.10 | Alberto Ruiz | |
2014-05-21 | update dependencies, move examples etc | Alberto Ruiz | |