summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-06-09 10:36:52 +0000
committerAlberto Ruiz <aruiz@um.es>2008-06-09 10:36:52 +0000
commit7318414413c887270c4ec4d7514e9ba11a2366f0 (patch)
treeec33a1f7d86407ea68018a1290b4308ca7e49812
parent695f40564544130d594090f7224f468c366d3eb0 (diff)
acknowledgement to Don Stewart
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 4620b0a..8d7775b 100644
--- a/README
+++ b/README
@@ -198,7 +198,7 @@ The examples using graphics do not yet work in windows.
198 198
199ACKNOWLEDGEMENTS ----------------------------------------------------- 199ACKNOWLEDGEMENTS -----------------------------------------------------
200 200
201I thank Henning Thielemann, Bulat Ziganshin and all the people 201I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people
202in the Haskell mailing lists for their help. 202in the Haskell mailing lists for their help.
203 203
204- Nico Mahlo discovered a bug in the eigendecomposition wrapper. 204- Nico Mahlo discovered a bug in the eigendecomposition wrapper.
@@ -224,3 +224,7 @@ in the Haskell mailing lists for their help.
224 224
225- Bulat Ziganshin gave invaluable help for the ST monad interface to 225- Bulat Ziganshin gave invaluable help for the ST monad interface to
226 in-place modifications. 226 in-place modifications.
227
228- Don Stewart fixed the implementation of the internal data structures
229 to achieve excellent, C-like performance in Haskell functions which
230 explicitly work with the elements of vectors and matrices.