diff options
Diffstat (limited to 'lib/Numeric/HMatrix.hs')
-rw-r--r-- | lib/Numeric/HMatrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/HMatrix.hs b/lib/Numeric/HMatrix.hs index a2f09df..f49ea53 100644 --- a/lib/Numeric/HMatrix.hs +++ b/lib/Numeric/HMatrix.hs | |||
@@ -114,7 +114,7 @@ module Numeric.HMatrix ( | |||
114 | orth, | 114 | orth, |
115 | 115 | ||
116 | -- * Norms | 116 | -- * Norms |
117 | norm1, norm2, normInf, | 117 | norm1, norm2, normInf, pnorm, NormType(..), |
118 | 118 | ||
119 | -- * Correlation and Convolution | 119 | -- * Correlation and Convolution |
120 | corr, conv, corrMin, corr2, conv2, | 120 | corr, conv, corrMin, corr2, conv2, |