summaryrefslogtreecommitdiff
path: root/examples/kalman.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-01 15:04:16 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-01 15:04:16 +0000
commitc99b8fd6e3f8a2fb365ec12baf838f864b118ece (patch)
tree11b5b8515861fe88d547253ae10c2182d5fadaf2 /examples/kalman.hs
parent768f08d4134a066d773d56a9c03ae688e3850352 (diff)
LinearAlgebra and GSL moved to Numeric
Diffstat (limited to 'examples/kalman.hs')
-rw-r--r--examples/kalman.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/kalman.hs b/examples/kalman.hs
index ccb8083..e191cbb 100644
--- a/examples/kalman.hs
+++ b/examples/kalman.hs
@@ -1,8 +1,5 @@
1import LinearAlgebra 1import Numeric.LinearAlgebra
2import Graphics.Plot 2import Graphics.Plot
3import LinearAlgebra.Instances
4
5--import GSLHaskell
6 3
7vector l = fromList l :: Vector Double 4vector l = fromList l :: Vector Double
8matrix ls = fromLists ls :: Matrix Double 5matrix ls = fromLists ls :: Matrix Double