diff options
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/Algorithms.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Algorithms.hs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Algorithms.hs b/packages/base/src/Numeric/LinearAlgebra/Algorithms.hs index 6f40683..92761be 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Algorithms.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -7,12 +7,10 @@ | |||
7 | ----------------------------------------------------------------------------- | 7 | ----------------------------------------------------------------------------- |
8 | {- | | 8 | {- | |
9 | Module : Numeric.LinearAlgebra.Algorithms | 9 | Module : Numeric.LinearAlgebra.Algorithms |
10 | Copyright : (c) Alberto Ruiz 2006-9 | 10 | Copyright : (c) Alberto Ruiz 2006-14 |
11 | License : GPL-style | 11 | License : BSD3 |
12 | 12 | Maintainer : Alberto Ruiz | |
13 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
14 | Stability : provisional | 13 | Stability : provisional |
15 | Portability : uses ffi | ||
16 | 14 | ||
17 | High level generic interface to common matrix computations. | 15 | High level generic interface to common matrix computations. |
18 | 16 | ||
@@ -20,6 +18,7 @@ Specific functions for particular base types can also be explicitly | |||
20 | imported from "Numeric.LinearAlgebra.LAPACK". | 18 | imported from "Numeric.LinearAlgebra.LAPACK". |
21 | 19 | ||
22 | -} | 20 | -} |
21 | {-# OPTIONS_HADDOCK hide #-} | ||
23 | ----------------------------------------------------------------------------- | 22 | ----------------------------------------------------------------------------- |
24 | 23 | ||
25 | module Numeric.LinearAlgebra.Algorithms ( | 24 | module Numeric.LinearAlgebra.Algorithms ( |