summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Fitting.hs
AgeCommit message (Collapse)Author
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