diff options
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 |