diff options
Diffstat (limited to 'lib/Numeric/GSL.hs')
-rw-r--r-- | lib/Numeric/GSL.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Numeric/GSL.hs b/lib/Numeric/GSL.hs index 5442586..ae4c81e 100644 --- a/lib/Numeric/GSL.hs +++ b/lib/Numeric/GSL.hs | |||
@@ -20,6 +20,7 @@ module Numeric.GSL ( | |||
20 | , module Numeric.GSL.Minimization | 20 | , module Numeric.GSL.Minimization |
21 | , module Numeric.GSL.Root | 21 | , module Numeric.GSL.Root |
22 | , module Numeric.GSL.ODE | 22 | , module Numeric.GSL.ODE |
23 | , module Numeric.GSL.Fitting | ||
23 | , module Data.Complex | 24 | , module Data.Complex |
24 | , setErrorHandlerOff | 25 | , setErrorHandlerOff |
25 | ) where | 26 | ) where |
@@ -31,6 +32,7 @@ import Numeric.GSL.Polynomials | |||
31 | import Numeric.GSL.Minimization | 32 | import Numeric.GSL.Minimization |
32 | import Numeric.GSL.Root | 33 | import Numeric.GSL.Root |
33 | import Numeric.GSL.ODE | 34 | import Numeric.GSL.ODE |
35 | import Numeric.GSL.Fitting | ||
34 | import Data.Complex | 36 | import Data.Complex |
35 | 37 | ||
36 | 38 | ||