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 09ad518..2e01454 100644
--- a/lib/Numeric/HMatrix.hs
+++ b/lib/Numeric/HMatrix.hs
@@ -123,7 +123,7 @@ module Numeric.HMatrix (
123 rand, randn, RandDist(..), randomVector, gaussianSample, uniformSample, 123 rand, randn, RandDist(..), randomVector, gaussianSample, uniformSample,
124 124
125 -- * Misc 125 -- * Misc
126 meanCov, peps, relativeError, haussholder, optimiseMult, udot, cdot, mmul 126 meanCov, peps, relativeError, haussholder, optimiseMult, udot, cdot, (<.>)
127) where 127) where
128 128
129import Numeric.HMatrix.Data 129import Numeric.HMatrix.Data