Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | Really fix the offside | Dominic Steinitz | |
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. | |||
2017-12-25 | Workaround for GHC-8.4.x | Hiromi ISHII | |
* Adds missing Semigroup instances * Adds `semigroups` to the deps of `hmatrix` * Hides conflicting names from import list with base >= 4.11 * `(Prelude.<>)` and `GHC.TypeNats.Mod` | |||
2017-09-29 | Fix missed printf | Dominic Steinitz | |
2017-09-29 | Print errors to stderr | Dominic Steinitz | |
2017-09-12 | Provide better error message | Dominic Steinitz | |
2016-11-02 | provisional fix for interpolation | Alberto Ruiz | |
2016-11-02 | use new wrappers in gsl functions | Alberto Ruiz | |
2016-10-08 | minor fix in documentation | Alberto Ruiz | |
2016-02-01 | Remove CPP option from cabal files | Sidharth Kapur | |
Use {-# LANGUAGE CPP #-} instead. | |||
2015-10-28 | Following through the change of type in meanCov to the test and to ↵ | Patrik Jansson | |
gaussianSamle. Not tested. | |||
2015-07-22 | Fix copy-paste error in interpolation module | Matthew Peddie | |
2015-06-19 | removed the annoying appN adapter for the foreign functions. | Alberto Ruiz | |
replaced by several overloaded app variants in the style of the module Internal.Foreign contributed by Mike Ledger. | |||
2015-06-18 | Add an interface to the GSL simulated annealing module. | Matthew Peddie | |
2015-06-03 | Generalize step control function | ntfrgl | |
Extend API by odeSolveVWith and StepControl. | |||
2015-05-05 | updated Interpolation imports | Alberto Ruiz | |
2015-04-27 | Merge branch 'master' into develop | Alberto Ruiz | |
2015-04-26 | Add a new module containing the GSL interpolation interface | Matthew Peddie | |
2015-01-08 | update other pkgs to ghc-7.10 | Alberto Ruiz | |
2014-05-27 | static dimensions, cont. | Alberto Ruiz | |
2014-05-24 | backward compatibility | Alberto Ruiz | |
2014-05-22 | remove compat | Alberto Ruiz | |
2014-05-21 | Numeric.LinearAlgebra.Compat | Alberto Ruiz | |
2014-05-21 | update dependencies, move examples etc | Alberto Ruiz | |