diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
commit | b9db4d25d87cd4ab0f493413db92fb41b7eacda9 (patch) | |
tree | a447fe6f7e16b3768e912064a033ce257040720e /examples/tests.hs | |
parent | b1b908c10ad7a393200651b4b23fc0b26efbc1b9 (diff) |
more automatic wrappers for simple special functions
Diffstat (limited to 'examples/tests.hs')
-rw-r--r-- | examples/tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs index d385f2a..5c7cd22 100644 --- a/examples/tests.hs +++ b/examples/tests.hs | |||
@@ -11,7 +11,7 @@ import Data.Packed.Internal.Matrix | |||
11 | import GSL.Vector | 11 | import GSL.Vector |
12 | import GSL.Integration | 12 | import GSL.Integration |
13 | import GSL.Differentiation | 13 | import GSL.Differentiation |
14 | import GSL.Special hiding (choose) | 14 | import GSL.Special hiding (choose, multiply, exp) |
15 | import GSL.Fourier | 15 | import GSL.Fourier |
16 | import GSL.Polynomials | 16 | import GSL.Polynomials |
17 | import LAPACK | 17 | import LAPACK |