summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Fitting.hs
AgeCommit message (Collapse)Author
2014-05-08empty hmatrix-baseAlberto Ruiz
2014-04-30improved documentationAlberto Ruiz
2012-03-11Missed a couple safe annotations.Clark Gaebel
2012-03-10Removed foreign import safety.Clark Gaebel
2011-12-24Warning police for GHC < 7.4Bas van Dijk
The previous patch got rid of warnings when ghc >= 7.4. Unfortunately this caused warnings on GHC < 7.4. This patch removes warnings on all versions of GHC.
2011-12-24Warning policeBas van Dijk
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2010-08-31refactoring normsAlberto Ruiz
2010-04-06some changes in GSL.FittingAlberto Ruiz
2010-03-27interface to Levenberg-MarquardtAlberto Ruiz