diff options
Diffstat (limited to 'lib/LinearAlgebra.hs')
-rw-r--r-- | lib/LinearAlgebra.hs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/LinearAlgebra.hs b/lib/LinearAlgebra.hs new file mode 100644 index 0000000..474f9a6 --- /dev/null +++ b/lib/LinearAlgebra.hs | |||
@@ -0,0 +1,17 @@ | |||
1 | ----------------------------------------------------------------------------- | ||
2 | {- | | ||
3 | Module : LinearAlgebra | ||
4 | Copyright : (c) Alberto Ruiz 2006-7 | ||
5 | License : GPL-style | ||
6 | |||
7 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
8 | Stability : provisional | ||
9 | Portability : uses ffi | ||
10 | |||
11 | Some linear algebra algorithms, implemented by means of BLAS, LAPACK or GSL. | ||
12 | |||
13 | -} | ||
14 | ----------------------------------------------------------------------------- | ||
15 | module LinearAlgebra ( | ||
16 | |||
17 | ) where | ||