summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-24 10:30:01 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-24 10:30:01 +0200
commit6fbed842525491e280448a00a4b5426e6830ccaa (patch)
treeb78d2712f7ac23845fc29120d3a9fbcd7d189004 /hmatrix.cabal
parent7c5adb83c9cb632c39eb2d844a1496e2a7a23e8b (diff)
cdot and (×)
added cdot dot renamed to udot <.> changed to cdot and moved to Numeric.LinearAlgebra.Util new general contraction operator (×) Plot functions moved to Numeric.LinearAlgebra.Util
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 23e81dd..e9107f3 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -113,7 +113,6 @@ library
113 Numeric.LinearAlgebra.LAPACK, 113 Numeric.LinearAlgebra.LAPACK,
114 Numeric.LinearAlgebra.Algorithms, 114 Numeric.LinearAlgebra.Algorithms,
115 Numeric.LinearAlgebra.Util, 115 Numeric.LinearAlgebra.Util,
116 Graphics.Plot,
117 Data.Packed.ST, 116 Data.Packed.ST,
118 Data.Packed.Development 117 Data.Packed.Development
119 other-modules: Data.Packed.Internal, 118 other-modules: Data.Packed.Internal,
@@ -130,7 +129,8 @@ library
130 Numeric.Chain, 129 Numeric.Chain,
131 Numeric.Vector, 130 Numeric.Vector,
132 Numeric.Matrix, 131 Numeric.Matrix,
133 Numeric.LinearAlgebra.Util.Convolution 132 Numeric.LinearAlgebra.Util.Convolution,
133 Graphics.Plot
134 134
135 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 135 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
136 lib/Numeric/GSL/gsl-aux.c 136 lib/Numeric/GSL/gsl-aux.c