diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ A purely functional interface to linear algebra and other numerical algorithms, | |||
5 | 5 | ||
6 | This package includes matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear solvers, numeric integration, root finding, etc. | 6 | This package includes matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear solvers, numeric integration, root finding, etc. |
7 | 7 | ||
8 | Version 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) |