summaryrefslogtreecommitdiff
path: root/lib/LAPACK.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LAPACK.hs')
-rw-r--r--lib/LAPACK.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/LAPACK.hs b/lib/LAPACK.hs
index cab437c..67e49af 100644
--- a/lib/LAPACK.hs
+++ b/lib/LAPACK.hs
@@ -14,6 +14,7 @@
14 14
15module LAPACK ( 15module LAPACK (
16 --module LAPACK.Internal 16 --module LAPACK.Internal
17 svdR, svdR',
17 eigC, 18 eigC,
18 linearSolveLSR 19 linearSolveLSR
19) where 20) where