diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-06-09 10:36:52 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-06-09 10:36:52 +0000 |
commit | 7318414413c887270c4ec4d7514e9ba11a2366f0 (patch) | |
tree | ec33a1f7d86407ea68018a1290b4308ca7e49812 | |
parent | 695f40564544130d594090f7224f468c366d3eb0 (diff) |
acknowledgement to Don Stewart
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -198,7 +198,7 @@ The examples using graphics do not yet work in windows. | |||
198 | 198 | ||
199 | ACKNOWLEDGEMENTS ----------------------------------------------------- | 199 | ACKNOWLEDGEMENTS ----------------------------------------------------- |
200 | 200 | ||
201 | I thank Henning Thielemann, Bulat Ziganshin and all the people | 201 | I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people |
202 | in the Haskell mailing lists for their help. | 202 | in 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. | ||