diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-26 07:47:21 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-26 07:47:21 +0000 |
commit | 3019948b97ba1c177b21ab103823fabe561b3ffe (patch) | |
tree | 7dbd400d679a765cdc1389e092cafb4b91f4eb89 /lib/GSL/Matrix.hs | |
parent | 2984d5cc1cedb1621f6fa8d9dda0c515441f92e1 (diff) |
passed easyVision tests
Diffstat (limited to 'lib/GSL/Matrix.hs')
-rw-r--r-- | lib/GSL/Matrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GSL/Matrix.hs b/lib/GSL/Matrix.hs index 919c2d9..26c5e2a 100644 --- a/lib/GSL/Matrix.hs +++ b/lib/GSL/Matrix.hs | |||
@@ -19,7 +19,7 @@ module GSL.Matrix( | |||
19 | chol, | 19 | chol, |
20 | luSolveR, luSolveC, | 20 | luSolveR, luSolveC, |
21 | luR, luC, | 21 | luR, luC, |
22 | fromFile | 22 | fromFile, extractRows |
23 | ) where | 23 | ) where |
24 | 24 | ||
25 | import Data.Packed.Internal | 25 | import Data.Packed.Internal |