[Haskell-cafe] Vector/matrix arithmetic
Henning Thielemann
lemming at henning-thielemann.de
Thu Nov 3 08:28:16 EST 2005
On Wed, 2 Nov 2005, James McNeill wrote:
> On http://haskell.org/hawiki/FunDeps another approach is sketched out that
> looks far more appealing to me. This is to create Vector and Matrix types
> that can use overloaded arithmetic operators. It uses functional
> dependencies, and the resulting syntax looks a lot like what you can do
> using C++ or Matlab.
Recently there was a long discussion about the design of a linear algebra
library. As an answer to your mail I setup an overview of such
discussions and related software packages.
http://haskell.org/hawiki/LinearAlgebra
More information about the Haskell-Cafe
mailing list