summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
commit3d327e510e441d58bfc4d5109eb9501d49f2f1c0 (patch)
tree87798acc33a66a1089961b021d8c11c72721a3c6 /README.md
parent21a70f76d47d4851f27161eab350a31ab0651047 (diff)
upper bound and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 388b0ba..7ff9590 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,11 @@ Version 0.16 (june 2014) has [new features][changes].
9 9
10- [Code examples (in construction)][examples] 10- [Code examples (in construction)][examples]
11 11
12- [Source code and documentation (Hackage)][source] 12- Source code and documentation (Hackage)
13 - linear algebra: [hmatrix](http://hackage.haskell.org/package/hmatrix)
14 - numeric algorithms: [hmatrix-gsl](http://hackage.haskell.org/package/hmatrix-gsl)
15 - special functions: [hmatrix-special](http://hackage.haskell.org/package/hmatrix-special)
16 - linear programming: [hmatrix-glpk]((http://hackage.haskell.org/package/hmatrix-glpk))
13 17
14- [Tutorial (old version)][tutorial] 18- [Tutorial (old version)][tutorial]
15 19
@@ -23,11 +27,11 @@ Contributions, suggestions, and bug reports are welcome!
23[blas]: http://www.netlib.org/blas/ 27[blas]: http://www.netlib.org/blas/
24[gsl]: http://www.gnu.org/software/gsl/ 28[gsl]: http://www.gnu.org/software/gsl/
25 29
26[source]: http://hackage.haskell.org/package/hmatrix 30[source]:
27[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf 31[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf
28[installation]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md 32[installation]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md
29[changes]: https://github.com/albertoruiz/hmatrix/tree/master/packages/base/CHANGELOG 33[changes]: https://github.com/albertoruiz/hmatrix/tree/master/packages/base/CHANGELOG
30[examples]: http://dis.um.es/profesores/alberto/hmatrix/hmatrix.html 34[examples]: http://dis.um.es/~/alberto/hmatrix/hmatrix.html
31 35
32 36
33[hmatrix-static]: http://hackage.haskell.org/package/hmatrix-static 37[hmatrix-static]: http://hackage.haskell.org/package/hmatrix-static