diff options
Diffstat (limited to 'lib/LinearAlgebra/Algorithms.hs')
-rw-r--r-- | lib/LinearAlgebra/Algorithms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LinearAlgebra/Algorithms.hs b/lib/LinearAlgebra/Algorithms.hs index 192c0d6..3112ce6 100644 --- a/lib/LinearAlgebra/Algorithms.hs +++ b/lib/LinearAlgebra/Algorithms.hs | |||
@@ -14,7 +14,7 @@ Portability : uses ffi | |||
14 | ----------------------------------------------------------------------------- | 14 | ----------------------------------------------------------------------------- |
15 | 15 | ||
16 | module LinearAlgebra.Algorithms ( | 16 | module LinearAlgebra.Algorithms ( |
17 | mXv, vXm, | 17 | -- mXv, vXm, |
18 | inv, | 18 | inv, |
19 | pinv, | 19 | pinv, |
20 | pinvTol, | 20 | pinvTol, |