[Haskell-cafe] matrix vector product

2011-09-11 Thread kolli kolli
Hi, can anyone help me with the matrix vector product ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] matrix vector product

2011-09-11 Thread Sai Hemanth K
Hi, repa-algorithms[1] has a nice implementation. I multiplied a 1000*1000 matrix and saw all my four cores running to the full.'Twas a beautiful moment :) There are other libraries - hmatrix for example - if you intend to have a look at the source code. regards Hemanth [1] repa-algorithms: ht