summaryrefslogtreecommitdiff
path: root/packages/gsl
AgeCommit message (Collapse)Author
2018-04-22Really fix the offsideDominic Steinitz
2018-04-22Fix hackage upload errorsDominic Steinitz
2018-04-22Set all packages to 0.19.0.0Dominic Steinitz
2018-04-21Improve READMEs etcDominic Steinitz
2018-04-01Implement CIDominic Steinitz
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.
2017-12-25Workaround for GHC-8.4.xHiromi 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-29Fix missed printfDominic Steinitz
2017-09-29Print errors to stderrDominic Steinitz
2017-09-14Merge pull request #219 from nh2/disable-default-paths-flagsAlberto Ruiz
Add disable-default-paths flags for hermetic builds
2017-09-12Provide better error messageDominic Steinitz
2017-03-03Add disable-default-paths flags.Niklas Hambüchen
This makes it possible to disable hmatrix's usage of hardcoded default paths like /usr/..., which is important for hermetic builds such as on nix.
2016-11-02provisional fix for interpolationAlberto Ruiz
2016-11-02use new wrappers in gsl functionsAlberto Ruiz
2016-10-08minor fix in documentationAlberto Ruiz
2016-02-11bump minor versions (removed CPP)Alberto Ruiz
2016-02-01Remove CPP option from cabal filesSidharth Kapur
Use {-# LANGUAGE CPP #-} instead.
2015-10-29bump versions, fix tests, thanksAlberto Ruiz
2015-10-28Following through the change of type in meanCov to the test and to ↵Patrik Jansson
gaussianSamle. Not tested.
2015-07-24unify THANKS in the base packageAlberto Ruiz
2015-07-22Fix copy-paste error in interpolation moduleMatthew Peddie
2015-06-19removed 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-18thanks and changelogAlberto Ruiz
2015-06-18Add an interface to the GSL simulated annealing module.Matthew Peddie
2015-06-03thanks, changelogAlberto Ruiz
2015-06-03Generalize step control functionntfrgl
Extend API by odeSolveVWith and StepControl.
2015-05-05arch flags for msse2Alberto Ruiz
2015-05-05updated Interpolation importsAlberto Ruiz
2015-04-27Merge branch 'master' into developAlberto Ruiz
2015-04-27changelogsAlberto Ruiz
2015-04-26Add a new module containing the GSL interpolation interfaceMatthew Peddie
2015-01-08update other pkgs to ghc-7.10Alberto Ruiz
2014-10-31add flag onlygslAlberto Ruiz
2014-07-12use pkgconfig-depends in hmatrix-gslAlberto Ruiz
2014-06-28add full GPL license files and link to examplesAlberto Ruiz
2014-06-20upper bound and readmeAlberto Ruiz
2014-06-13update dependencies and licensesAlberto Ruiz
2014-06-03fix linspace, expose udot, complex static, wipAlberto Ruiz
2014-05-27static dimensions, cont.Alberto Ruiz
2014-05-24backward compatibilityAlberto Ruiz
2014-05-22remove compatAlberto Ruiz
2014-05-21Numeric.LinearAlgebra.CompatAlberto Ruiz
2014-05-21update dependencies, move examples etcAlberto Ruiz