summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r--lib/Numeric/LinearAlgebra/Data.hs16
-rw-r--r--lib/Numeric/LinearAlgebra/LAPACK.hs1
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{- |
3Module : Numeric.LinearAlgebra.Data
4Copyright : (c) Alberto Ruiz 2014
5License : GPL
6
7Maintainer : Alberto Ruiz
8Stability : provisional
9
10-}
11--------------------------------------------------------------------------------
12
13module 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
15module Numeric.LinearAlgebra.LAPACK ( 16module Numeric.LinearAlgebra.LAPACK (
16 -- * Matrix product 17 -- * Matrix product