summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-13 11:20:41 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-13 11:20:41 +0100
commit6f6455593c0490e4710854b08fc63a2d0993dcac (patch)
tree274c9af77d426b34a2466aaef70d17646694a9ef
parentb015999218c7e46e0566f01d2bbdf42436b87950 (diff)
parent13fe05779923baad386b0059ff6fbc7c6af405d9 (diff)
Merge branch 'master' into develop
-rw-r--r--INSTALL.md4
-rw-r--r--README.md16
2 files changed, 8 insertions, 12 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.
61 61
62[install]: http://code.haskell.org/hmatrix/INSTALL 62[install]: http://code.haskell.org/hmatrix/INSTALL
63[install2]: http://patch-tag.com/r/aruiz/hmatrix/snapshot/current/content/pretty/INSTALL 63[install2]: http://patch-tag.com/r/aruiz/hmatrix/snapshot/current/content/pretty/INSTALL
64[winpack]: http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip 64[winpack2]: http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip
65 65[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip
66 66
67## Tests ############################################### 67## Tests ###############################################
68 68
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