summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-04-18 18:46:57 +0000
committerAlberto Ruiz <aruiz@um.es>2009-04-18 18:46:57 +0000
commit3ccfccc82aa1cf374af1b822087fb6c4fd41b3c3 (patch)
tree7a150b0559bb770cced0d2d82e4964d8310691d1 /lib/Numeric/LinearAlgebra.hs
parent1b5b7b8252fddcda816722b55eae1d5f1ca9a80e (diff)
Algorithms module reorganized to fix documentation structure
Diffstat (limited to 'lib/Numeric/LinearAlgebra.hs')
-rw-r--r--lib/Numeric/LinearAlgebra.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra.hs b/lib/Numeric/LinearAlgebra.hs
index cc2c1d3..b8fd01e 100644
--- a/lib/Numeric/LinearAlgebra.hs
+++ b/lib/Numeric/LinearAlgebra.hs
@@ -1,7 +1,7 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2{- | 2{- |
3Module : Numeric.LinearAlgebra 3Module : Numeric.LinearAlgebra
4Copyright : (c) Alberto Ruiz 2006-7 4Copyright : (c) Alberto Ruiz 2006-9
5License : GPL-style 5License : GPL-style
6 6
7Maintainer : Alberto Ruiz (aruiz at um dot es) 7Maintainer : Alberto Ruiz (aruiz at um dot es)
@@ -10,6 +10,8 @@ Portability : uses ffi
10 10
11Basic matrix computations implemented by BLAS, LAPACK and GSL. 11Basic matrix computations implemented by BLAS, LAPACK and GSL.
12 12
13This is module reexports the most comon functions (including "Numeric.LinearAlgebra.Instances").
14
13-} 15-}
14----------------------------------------------------------------------------- 16-----------------------------------------------------------------------------
15module Numeric.LinearAlgebra ( 17module Numeric.LinearAlgebra (