diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-04-18 18:46:57 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-04-18 18:46:57 +0000 |
commit | 3ccfccc82aa1cf374af1b822087fb6c4fd41b3c3 (patch) | |
tree | 7a150b0559bb770cced0d2d82e4964d8310691d1 /lib/Numeric/LinearAlgebra.hs | |
parent | 1b5b7b8252fddcda816722b55eae1d5f1ca9a80e (diff) |
Algorithms module reorganized to fix documentation structure
Diffstat (limited to 'lib/Numeric/LinearAlgebra.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra.hs | 4 |
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 | {- | |
3 | Module : Numeric.LinearAlgebra | 3 | Module : Numeric.LinearAlgebra |
4 | Copyright : (c) Alberto Ruiz 2006-7 | 4 | Copyright : (c) Alberto Ruiz 2006-9 |
5 | License : GPL-style | 5 | License : GPL-style |
6 | 6 | ||
7 | Maintainer : Alberto Ruiz (aruiz at um dot es) | 7 | Maintainer : Alberto Ruiz (aruiz at um dot es) |
@@ -10,6 +10,8 @@ Portability : uses ffi | |||
10 | 10 | ||
11 | Basic matrix computations implemented by BLAS, LAPACK and GSL. | 11 | Basic matrix computations implemented by BLAS, LAPACK and GSL. |
12 | 12 | ||
13 | This is module reexports the most comon functions (including "Numeric.LinearAlgebra.Instances"). | ||
14 | |||
13 | -} | 15 | -} |
14 | ----------------------------------------------------------------------------- | 16 | ----------------------------------------------------------------------------- |
15 | module Numeric.LinearAlgebra ( | 17 | module Numeric.LinearAlgebra ( |