summaryrefslogtreecommitdiff
path: root/lib/GSL/Matrix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Matrix.hs')
-rw-r--r--lib/GSL/Matrix.hs2
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
25import Data.Packed.Internal 25import Data.Packed.Internal