summaryrefslogtreecommitdiff
path: root/examples/oldtests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r--examples/oldtests.hs6
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 @@
1import Test.HUnit 1import Test.HUnit
2 2import GSLHaskell
3import GSL
4import GSL.Special hiding (exp)
5import GSL.Matrix
6import LinearAlgebra.Linear
7import System.Random(randomRs,mkStdGen) 3import System.Random(randomRs,mkStdGen)
8 4
9realMatrix = fromLists :: [[Double]] -> Matrix Double 5realMatrix = fromLists :: [[Double]] -> Matrix Double