diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,13 +5,13 @@ 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 | Version 0.16 (june 2014) has [new features][changes]. |
9 | 9 | ||
10 | - [Code examples][examples] (in construction) | 10 | - [Code examples (in construction)][examples] |
11 | 11 | ||
12 | - [Tutorial][tutorial] (old version) | 12 | - [Source code and documentation (Hackage)][source] |
13 | 13 | ||
14 | - [Source code and documentation at Hackage][source] | 14 | - [Tutorial (old version)][tutorial] |
15 | 15 | ||
16 | - [Installation help][installation] | 16 | - [Installation help][installation] |
17 | 17 | ||