2009/2/5 Henning Thielemann
<lemming@henning-thielemann.de>
---------- Forwarded message ----------
From: Henning Thielemann <thunderbird@henning-thielemann.de>
To: Rafael Gustavo da Cunha Pereira Pinto <RafaelGCPP.Linux@gmail.com>
Date: Thu, 05 Feb 2009 14:43:13 +0100
Subject: Re: [Haskell-cafe] Purely funcional LU decomposition
Rafael Gustavo da Cunha Pereira Pinto wrote:
interesting to look at real matrix code that people have written and
think about what would be needed in a library to make it easier to
write.
--
Dan
What I miss most is a data structure with O(1) (amortized) direct access.
STArray and STUArray?