diff options
-rw-r--r-- | hmatrix.cabal | 3 | ||||
-rw-r--r-- | lib/Numeric/Container.hs | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index a98d984..0e767a9 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -20,9 +20,6 @@ Description: Purely functional interface to basic linear algebra | |||
20 | - "Numeric.LinearAlgebra.Algorithms": matrix computations | 20 | - "Numeric.LinearAlgebra.Algorithms": matrix computations |
21 | . | 21 | . |
22 | - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes | 22 | - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes |
23 | . | ||
24 | See also @hmatrix-special@ for GSL special functions | ||
25 | and @hmatrix-glpk@ for linear programming (simplex). | ||
26 | Category: Math | 23 | Category: Math |
27 | tested-with: GHC ==6.10.4, GHC ==6.12.1 | 24 | tested-with: GHC ==6.10.4, GHC ==6.12.1 |
28 | 25 | ||
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 | ||