summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-07-24 11:40:35 +0200
committerAlberto Ruiz <aruiz@um.es>2015-07-24 11:40:35 +0200
commit8811656fba770ba5ee6e6fe8df7b7c94300cd190 (patch)
tree6fcadc590637c328501b3364988240096567abe0
parent158f066603a74a26fc93e9808a9d62121e9e485f (diff)
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbc5c5b..cdbcf85 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ A purely functional interface to linear algebra and other numerical algorithms,
5 5
6This package includes matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear solvers, numeric integration, root finding, etc. 6This package includes matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear solvers, numeric integration, root finding, etc.
7 7
8Version 0.16 (june 2014) has [new features][changes]. 8- [What's new][changes] in version 0.17 (July 2015)
9 9
10- [Code examples (in construction)][examples] 10- [Code examples][examples]
11 11
12- Source code and documentation (Hackage) 12- Source code and documentation (Hackage)
13 - linear algebra: [hmatrix](http://hackage.haskell.org/package/hmatrix) 13 - linear algebra: [hmatrix](http://hackage.haskell.org/package/hmatrix)