summaryrefslogtreecommitdiff
path: root/packages/base
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-16 20:10:57 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-16 20:10:57 +0200
commitd4d9082a8d7d3eed6cb5f188fc3b476847dcac27 (patch)
tree0a19bc18be429454fd59c16fd46e29e1e7bae722 /packages/base
parent51f4cc7b4b301142b8df73568ffaa448f9e6dd50 (diff)
GSL.LinearAlgebra reorganized
Diffstat (limited to 'packages/base')
-rw-r--r--packages/base/hmatrix-base.cabal3
-rw-r--r--packages/base/src/Numeric/LinearAlgebra/Base.hs2
2 files changed, 1 insertions, 4 deletions
diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal
index 638390a..6ac02ff 100644
--- a/packages/base/hmatrix-base.cabal
+++ b/packages/base/hmatrix-base.cabal
@@ -7,8 +7,7 @@ Maintainer: Alberto Ruiz
7Stability: provisional 7Stability: provisional
8Homepage: https://github.com/albertoruiz/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Numeric Linear Algebra 9Synopsis: Numeric Linear Algebra
10Description: Basic support for dense linear algebra 10Description: Dense linear algebra based on BLAS and LAPACK.
11 internally implemented using BLAS and LAPACK.
12Category: Math 11Category: Math
13tested-with: GHC==7.8 12tested-with: GHC==7.8
14 13
diff --git a/packages/base/src/Numeric/LinearAlgebra/Base.hs b/packages/base/src/Numeric/LinearAlgebra/Base.hs
index 8aa7846..1af4711 100644
--- a/packages/base/src/Numeric/LinearAlgebra/Base.hs
+++ b/packages/base/src/Numeric/LinearAlgebra/Base.hs
@@ -6,8 +6,6 @@ License : BSD3
6Maintainer : Alberto Ruiz 6Maintainer : Alberto Ruiz
7Stability : provisional 7Stability : provisional
8 8
9This module reexports the most common Linear Algebra functions.
10
11-} 9-}
12----------------------------------------------------------------------------- 10-----------------------------------------------------------------------------
13module Numeric.LinearAlgebra.Base ( 11module Numeric.LinearAlgebra.Base (