summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ff9590..e0bb94c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Version 0.16 (june 2014) has [new features][changes].
13 - linear algebra: [hmatrix](http://hackage.haskell.org/package/hmatrix) 13 - linear algebra: [hmatrix](http://hackage.haskell.org/package/hmatrix)
14 - numeric algorithms: [hmatrix-gsl](http://hackage.haskell.org/package/hmatrix-gsl) 14 - numeric algorithms: [hmatrix-gsl](http://hackage.haskell.org/package/hmatrix-gsl)
15 - special functions: [hmatrix-special](http://hackage.haskell.org/package/hmatrix-special) 15 - special functions: [hmatrix-special](http://hackage.haskell.org/package/hmatrix-special)
16 - linear programming: [hmatrix-glpk]((http://hackage.haskell.org/package/hmatrix-glpk)) 16 - linear programming: [hmatrix-glpk]((http://hackage.haskell.org/package/hmatrix-glpk)
17 17
18- [Tutorial (old version)][tutorial] 18- [Tutorial (old version)][tutorial]
19 19
@@ -27,7 +27,6 @@ Contributions, suggestions, and bug reports are welcome!
27[blas]: http://www.netlib.org/blas/ 27[blas]: http://www.netlib.org/blas/
28[gsl]: http://www.gnu.org/software/gsl/ 28[gsl]: http://www.gnu.org/software/gsl/
29 29
30[source]:
31[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf 30[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf
32[installation]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md 31[installation]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md
33[changes]: https://github.com/albertoruiz/hmatrix/tree/master/packages/base/CHANGELOG 32[changes]: https://github.com/albertoruiz/hmatrix/tree/master/packages/base/CHANGELOG