diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-06-20 12:46:04 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-06-20 12:46:04 +0200 |
commit | aab2ac4ef24d1cd0e995f597412519dbd08d9bda (patch) | |
tree | f6794853075c34ffb4c59c3c5cf84931830cd816 | |
parent | 3d327e510e441d58bfc4d5109eb9501d49f2f1c0 (diff) |
fix readme
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |