diff options
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r-- | examples/oldtests.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/oldtests.hs b/examples/oldtests.hs index 5b0e9b4..b01675f 100644 --- a/examples/oldtests.hs +++ b/examples/oldtests.hs | |||
@@ -1,9 +1,5 @@ | |||
1 | import Test.HUnit | 1 | import Test.HUnit |
2 | 2 | import GSLHaskell | |
3 | import GSL | ||
4 | import GSL.Special hiding (exp) | ||
5 | import GSL.Matrix | ||
6 | import LinearAlgebra.Linear | ||
7 | import System.Random(randomRs,mkStdGen) | 3 | import System.Random(randomRs,mkStdGen) |
8 | 4 | ||
9 | realMatrix = fromLists :: [[Double]] -> Matrix Double | 5 | realMatrix = fromLists :: [[Double]] -> Matrix Double |