From 999cc1a7637e6f6a5b5884b1379229ab0e85b725 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 25 Feb 2012 13:06:13 +0100 Subject: readme urls --- README.md | 16 ++++++---------- 1 file 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, This package includes standard matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear systems, numeric integration, root finding, etc. -- [Tutorial][tutorial2] +- [Tutorial][tutorial] - [Source code and documentation (Hackage)][source] @@ -41,19 +41,15 @@ Related Projects - [Math packages][mathHack] in Hackage. -- [easyVision][easyVision2]: image processing and computer vision. +- [easyVision][easyVision]: image processing and computer vision. -- - - - -[Alberto Ruiz](http://dis.um.es/profesores/alberto) [lapack]: http://www.netlib.org/lapack/ [blas]: http://www.netlib.org/blas/ [gsl]: http://www.gnu.org/software/gsl/ [source]: http://hackage.haskell.org/package/hmatrix -[tutorial]: http://code.haskell.org/hmatrix/hmatrix.pdf -[tutorial2]: http://perception.inf.um.es/hmatrix/hmatrix.pdf +[tutorial]: http://dis.um.es/profesores/alberto/material/hmatrix.pdf [installation]: http://code.haskell.org/hmatrix/install.html [installation2]: http://perception.inf.um.es/hmatrix/install.html [installation3]: https://github.com/AlbertoRuiz/hmatrix/blob/master/INSTALL.md @@ -67,7 +63,7 @@ Related Projects [hmatrix-static]: http://hackage.haskell.org/package/hmatrix-static -[hTensor]: http://perception.inf.um.es/tensor +[hTensor]: https://github.com/AlbertoRuiz/hTensor [hmatrix-gsl-stats]: http://hackage.haskell.org/package/hmatrix-gsl-stats [hstatistics]: http://hackage.haskell.org/package/hstatistics [hsignal]: http://hackage.haskell.org/package/hsignal @@ -76,7 +72,7 @@ Related Projects [aGSL]: http://hackage.haskell.org/package/bindings-gsl [nprelude]: http://hackage.haskell.org/package/numeric-prelude [mathHack]: http://hackage.haskell.org/packages/archive/pkg-list.html#cat:math -[easyVision]: http://code.haskell.org/easyVision/ -[easyVision2]: http://perception.inf.um.es/easyVision/ +[easyVision]: https://github.com/AlbertoRuiz/easyVision + [repa]: http://hackage.haskell.org/package/repa -- cgit v1.2.3 From 13fe05779923baad386b0059ff6fbc7c6af405d9 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 1 Mar 2012 19:41:14 +0100 Subject: update url of gsl-lapack-windows.zip --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 916e006..df9bd6c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -61,8 +61,8 @@ NOTE: The examples using graphics do not yet work in windows. [install]: http://code.haskell.org/hmatrix/INSTALL [install2]: http://patch-tag.com/r/aruiz/hmatrix/snapshot/current/content/pretty/INSTALL -[winpack]: http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip - +[winpack2]: http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip +[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip ## Tests ############################################### -- cgit v1.2.3