diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Numeric/Container.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index bad941c..45b33e0 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs | |||
@@ -21,7 +21,7 @@ | |||
21 | -- on 'Vector' and 'Matrix' with real or complex elements. | 21 | -- on 'Vector' and 'Matrix' with real or complex elements. |
22 | -- | 22 | -- |
23 | -- Some of these functions are also available in the instances of the standard | 23 | -- Some of these functions are also available in the instances of the standard |
24 | -- numeric Haskell classes provided by "Numeric.Vector" and "Numeric.Matrix". | 24 | -- numeric Haskell classes provided by "Numeric.LinearAlgebra". |
25 | -- | 25 | -- |
26 | ----------------------------------------------------------------------------- | 26 | ----------------------------------------------------------------------------- |
27 | 27 | ||