summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal18
1 files changed, 4 insertions, 14 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 127f359..03d1e74 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -10,18 +10,6 @@ Synopsis: Linear algebra and numerical computation
10Description: Purely functional interface to basic linear algebra 10Description: Purely functional interface to basic linear algebra
11 and other numerical computations, internally implemented using 11 and other numerical computations, internally implemented using
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13 .
14 The Linear Algebra API is organized as follows:
15 .
16 - "Data.Packed": structure manipulation
17 .
18 - "Numeric.Container": simple numeric functions
19 .
20 - "Numeric.LinearAlgebra.Algorithms": matrix computations
21 .
22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes
23 .
24 - "Numeric.LinearAlgebra.Util": additional functions
25 13
26Category: Math 14Category: Math
27tested-with: GHC ==7.8 15tested-with: GHC ==7.8
@@ -118,6 +106,8 @@ library
118 Numeric.LinearAlgebra.Util, 106 Numeric.LinearAlgebra.Util,
119 Data.Packed.ST, 107 Data.Packed.ST,
120 Data.Packed.Development 108 Data.Packed.Development
109 Graphics.Plot,
110 Numeric.LinearAlgebra.Data
121 other-modules: Data.Packed.Internal, 111 other-modules: Data.Packed.Internal,
122 Data.Packed.Internal.Common, 112 Data.Packed.Internal.Common,
123 Data.Packed.Internal.Signatures, 113 Data.Packed.Internal.Signatures,
@@ -132,8 +122,8 @@ library
132 Numeric.Chain, 122 Numeric.Chain,
133 Numeric.Vector, 123 Numeric.Vector,
134 Numeric.Matrix, 124 Numeric.Matrix,
135 Numeric.LinearAlgebra.Util.Convolution, 125 Numeric.LinearAlgebra.Util.Convolution
136 Graphics.Plot 126
137 127
138 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 128 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
139 lib/Numeric/GSL/gsl-aux.c 129 lib/Numeric/GSL/gsl-aux.c