summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-13 17:48:35 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-13 17:48:35 +0200
commit9aefc9eb5168ebe5da605f8762f123d4a597792d (patch)
tree4a14bf51c52b6b3ad713cab1de7000455ac2e234
parente54f1bb17fae5f731db079f88aa78c7027a884f8 (diff)
readme
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f24b577..388b0ba 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@ 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). 8Version 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