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 | |
parent | 56eb38203d29bf2a9d21c3dc66c07b3d4f92651b (diff) |
hide documentation
Diffstat (limited to 'lib/Numeric')
-rw-r--r-- | lib/Numeric/Container.hs | 1 | ||||
-rw-r--r-- | lib/Numeric/LinearAlgebra.hs | 4 | ||||
-rw-r--r-- | lib/Numeric/LinearAlgebra/Data.hs | 16 | ||||
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK.hs | 1 |
4 files changed, 21 insertions, 1 deletions
diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index a612aa1..d2fd351 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs | |||
@@ -24,6 +24,7 @@ | |||
24 | -- numeric Haskell classes provided by "Numeric.LinearAlgebra". | 24 | -- numeric Haskell classes provided by "Numeric.LinearAlgebra". |
25 | -- | 25 | -- |
26 | ----------------------------------------------------------------------------- | 26 | ----------------------------------------------------------------------------- |
27 | {-# OPTIONS_HADDOCK hide #-} | ||
27 | 28 | ||
28 | module Numeric.Container ( | 29 | module Numeric.Container ( |
29 | -- * Basic functions | 30 | -- * Basic functions |
diff --git a/lib/Numeric/LinearAlgebra.hs b/lib/Numeric/LinearAlgebra.hs index 6b1a0bd..1db860c 100644 --- a/lib/Numeric/LinearAlgebra.hs +++ b/lib/Numeric/LinearAlgebra.hs | |||
@@ -17,6 +17,8 @@ expand to match the dimensions of the other operand. | |||
17 | 17 | ||
18 | -} | 18 | -} |
19 | ----------------------------------------------------------------------------- | 19 | ----------------------------------------------------------------------------- |
20 | {-# OPTIONS_HADDOCK hide #-} | ||
21 | |||
20 | module Numeric.LinearAlgebra ( | 22 | module Numeric.LinearAlgebra ( |
21 | module Numeric.Container, | 23 | module Numeric.Container, |
22 | module Numeric.LinearAlgebra.Algorithms | 24 | module Numeric.LinearAlgebra.Algorithms |
@@ -25,4 +27,4 @@ module Numeric.LinearAlgebra ( | |||
25 | import Numeric.Container | 27 | import Numeric.Container |
26 | import Numeric.LinearAlgebra.Algorithms | 28 | import Numeric.LinearAlgebra.Algorithms |
27 | import Numeric.Matrix() | 29 | import Numeric.Matrix() |
28 | import Numeric.Vector() \ No newline at end of file | 30 | import Numeric.Vector() |
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 |