diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-04-29 19:32:43 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-04-29 19:32:43 +0200 |
commit | f68a6654326e4ddbf1fac96c27ebbcbcde2b7639 (patch) | |
tree | e0d659d14448c27294e1b9ed1173c24f7234ae45 /lib/Numeric/LinearAlgebra | |
parent | 56eb38203d29bf2a9d21c3dc66c07b3d4f92651b (diff) |
hide documentation
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Data.hs | 16 | ||||
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK.hs | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Data.hs b/lib/Numeric/LinearAlgebra/Data.hs new file mode 100644 index 0000000..10ad650 --- /dev/null +++ b/lib/Numeric/LinearAlgebra/Data.hs | |||
@@ -0,0 +1,16 @@ | |||
1 | -------------------------------------------------------------------------------- | ||
2 | {- | | ||
3 | Module : Numeric.LinearAlgebra.Data | ||
4 | Copyright : (c) Alberto Ruiz 2014 | ||
5 | License : GPL | ||
6 | |||
7 | Maintainer : Alberto Ruiz | ||
8 | Stability : provisional | ||
9 | |||
10 | -} | ||
11 | -------------------------------------------------------------------------------- | ||
12 | |||
13 | module Numeric.LinearAlgebra.Data( | ||
14 | |||
15 | ) where | ||
16 | |||
diff --git a/lib/Numeric/LinearAlgebra/LAPACK.hs b/lib/Numeric/LinearAlgebra/LAPACK.hs index ffc6cee..a12f6d8 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK.hs +++ b/lib/Numeric/LinearAlgebra/LAPACK.hs | |||
@@ -11,6 +11,7 @@ | |||
11 | -- Functional interface to selected LAPACK functions (<http://www.netlib.org/lapack>). | 11 | -- Functional interface to selected LAPACK functions (<http://www.netlib.org/lapack>). |
12 | -- | 12 | -- |
13 | ----------------------------------------------------------------------------- | 13 | ----------------------------------------------------------------------------- |
14 | {-# OPTIONS_HADDOCK hide #-} | ||
14 | 15 | ||
15 | module Numeric.LinearAlgebra.LAPACK ( | 16 | module Numeric.LinearAlgebra.LAPACK ( |
16 | -- * Matrix product | 17 | -- * Matrix product |