diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-25 07:32:56 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-25 07:32:56 +0000 |
commit | 1871acb835b4fc164bcff3f6e7467884b87fbd0f (patch) | |
tree | ac1028d40778bbae532c3915276b5af21ba5f5cb /lib/LinearAlgebra.hs | |
parent | 3d5d6f06598aac00906c93ac5358e68697c47fc7 (diff) |
l.a. algorithms, etc.
Diffstat (limited to 'lib/LinearAlgebra.hs')
-rw-r--r-- | lib/LinearAlgebra.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/LinearAlgebra.hs b/lib/LinearAlgebra.hs index 474f9a6..b0c8b9d 100644 --- a/lib/LinearAlgebra.hs +++ b/lib/LinearAlgebra.hs | |||
@@ -15,3 +15,4 @@ Some linear algebra algorithms, implemented by means of BLAS, LAPACK or GSL. | |||
15 | module LinearAlgebra ( | 15 | module LinearAlgebra ( |
16 | 16 | ||
17 | ) where | 17 | ) where |
18 | |||