summaryrefslogtreecommitdiff
path: root/lib/Numeric/HMatrix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/HMatrix.hs')
-rw-r--r--lib/Numeric/HMatrix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/HMatrix.hs b/lib/Numeric/HMatrix.hs
index f49ea53..09ad518 100644
--- a/lib/Numeric/HMatrix.hs
+++ b/lib/Numeric/HMatrix.hs
@@ -86,7 +86,7 @@ module Numeric.HMatrix (
86 geigSH', 86 geigSH',
87 87
88 -- * QR 88 -- * QR
89 qr, rq, 89 qr, rq, qrRaw, qrgr,
90 90
91 -- * Cholesky 91 -- * Cholesky
92 chol, cholSH, mbCholSH, 92 chol, cholSH, mbCholSH,