[Haskell-cafe] recursive matrix computations

Andrew U. Frank frank at geoinfo.tuwien.ac.at
Wed Apr 19 06:32:09 EDT 2006


 
it appears possible to define matrix operations like LU-decomposition, SVD,
inverse etc. in a recursive fashion (see transpose in the prelude).

is this possible? has anybody code in haskell which does this (not asking
for high performance here, more instructive value).

thank you!

andrew



More information about the Haskell-Cafe mailing list