summaryrefslogtreecommitdiff
path: root/lib/LinearAlgebra/Algorithms.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LinearAlgebra/Algorithms.hs')
-rw-r--r--lib/LinearAlgebra/Algorithms.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/LinearAlgebra/Algorithms.hs b/lib/LinearAlgebra/Algorithms.hs
new file mode 100644
index 0000000..680612f
--- /dev/null
+++ b/lib/LinearAlgebra/Algorithms.hs
@@ -0,0 +1,17 @@
1-----------------------------------------------------------------------------
2{- |
3Module : LinearAlgebra.Algorithms
4Copyright : (c) Alberto Ruiz 2006-7
5License : GPL-style
6
7Maintainer : Alberto Ruiz (aruiz at um dot es)
8Stability : provisional
9Portability : uses ffi
10
11
12-}
13-----------------------------------------------------------------------------
14
15module LinearAlgebra.Algorithms (
16
17) where