From 6fbed842525491e280448a00a4b5426e6830ccaa Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 24 Apr 2014 10:30:01 +0200 Subject: cdot and (×) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- hmatrix.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 23e81dd..e9107f3 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -113,7 +113,6 @@ library Numeric.LinearAlgebra.LAPACK, Numeric.LinearAlgebra.Algorithms, Numeric.LinearAlgebra.Util, - Graphics.Plot, Data.Packed.ST, Data.Packed.Development other-modules: Data.Packed.Internal, @@ -130,7 +129,8 @@ library Numeric.Chain, Numeric.Vector, Numeric.Matrix, - Numeric.LinearAlgebra.Util.Convolution + Numeric.LinearAlgebra.Util.Convolution, + Graphics.Plot C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, lib/Numeric/GSL/gsl-aux.c -- cgit v1.2.3