diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |