[Haskell-cafe] Matlab in Haskell
oleg at pobox.com
oleg at pobox.com
Wed Apr 11 20:46:10 EDT 2007
Ryan Dickie wrote:
> I also hate matlab to death. Is there any possibility of using haskell as a
> replacement using ghci?
Yes. The strongly typed linear algebra project (Vectro) does exactly
that. With an added guarantee that attempting to add or multiply
matrices of inappropriate sizes is a type error. Thus typical errors
like forgetting to transpose a matrix/vector are reported before the
computation starts. The paper shows a few examples, including a larger
example of a learning algorithm.
http://ofb.net/~frederik/stla/
More information about the Haskell-Cafe
mailing list