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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
