summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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)