summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-02-25 13:06:13 +0100
committerAlberto Ruiz <aruiz@um.es>2012-02-25 13:06:13 +0100
commit999cc1a7637e6f6a5b5884b1379229ab0e85b725 (patch)
treea65c3f214ed1732630997623b590605830886ea9 /README.md
parent1d29051bc2ee1838a326d2d73f4bcf5907d4ebfd (diff)
readme urls
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5de6475..041b467 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A purely functional interface to linear algebra and other numerical algorithms,
5 5
6This package includes standard matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear systems, numeric integration, root finding, etc. 6This package includes standard matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear systems, numeric integration, root finding, etc.
7 7
8- [Tutorial][tutorial2] 8- [Tutorial][tutorial]
9 9
10- [Source code and documentation (Hackage)][source] 10- [Source code and documentation (Hackage)][source]
11 11
@@ -41,19 +41,15 @@ Related Projects
41 41
42- [Math packages][mathHack] in Hackage. 42- [Math packages][mathHack] in Hackage.
43 43
44- [easyVision][easyVision2]: image processing and computer vision. 44- [easyVision][easyVision]: image processing and computer vision.
45 45
46- - -
47
48[Alberto Ruiz](http://dis.um.es/profesores/alberto)
49 46
50[lapack]: http://www.netlib.org/lapack/ 47[lapack]: http://www.netlib.org/lapack/
51[blas]: http://www.netlib.org/blas/ 48[blas]: http://www.netlib.org/blas/
52[gsl]: http://www.gnu.org/software/gsl/ 49[gsl]: http://www.gnu.org/software/gsl/
53 50
54[source]: http://hackage.haskell.org/package/hmatrix 51[source]: http://hackage.haskell.org/package/hmatrix
55[tutorial]: http://code.haskell.org/hmatrix/hmatrix.pdf 52[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf
56[tutorial2]: http://perception.inf.um.es/hmatrix/hmatrix.pdf
57[installation]: http://code.haskell.org/hmatrix/install.html 53[installation]: http://code.haskell.org/hmatrix/install.html
58[installation2]: http://perception.inf.um.es/hmatrix/install.html 54[installation2]: http://perception.inf.um.es/hmatrix/install.html
59[installation3]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md 55[installation3]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md
@@ -67,7 +63,7 @@ Related Projects
67 63
68 64
69[hmatrix-static]: http://hackage.haskell.org/package/hmatrix-static 65[hmatrix-static]: http://hackage.haskell.org/package/hmatrix-static
70[hTensor]: http://perception.inf.um.es/tensor 66[hTensor]: https://github.com/AlbertoRuiz/hTensor
71[hmatrix-gsl-stats]: http://hackage.haskell.org/package/hmatrix-gsl-stats 67[hmatrix-gsl-stats]: http://hackage.haskell.org/package/hmatrix-gsl-stats
72[hstatistics]: http://hackage.haskell.org/package/hstatistics 68[hstatistics]: http://hackage.haskell.org/package/hstatistics
73[hsignal]: http://hackage.haskell.org/package/hsignal 69[hsignal]: http://hackage.haskell.org/package/hsignal
@@ -76,7 +72,7 @@ Related Projects
76[aGSL]: http://hackage.haskell.org/package/bindings-gsl 72[aGSL]: http://hackage.haskell.org/package/bindings-gsl
77[nprelude]: http://hackage.haskell.org/package/numeric-prelude 73[nprelude]: http://hackage.haskell.org/package/numeric-prelude
78[mathHack]: http://hackage.haskell.org/packages/archive/pkg-list.html#cat:math 74[mathHack]: http://hackage.haskell.org/packages/archive/pkg-list.html#cat:math
79[easyVision]: http://code.haskell.org/easyVision/ 75[easyVision]: https://github.com/AlbertoRuiz/easyVision
80[easyVision2]: http://perception.inf.um.es/easyVision/ 76
81[repa]: http://hackage.haskell.org/package/repa 77[repa]: http://hackage.haskell.org/package/repa
82 78