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