Re: [Haskell-cafe] Is it worth adding Gaussian elimination and eigenvalues to REPA?

2012-08-31 Thread Ben Gamari
KC  writes:

> I realize if one wants speed you probably want to use the hMatrix
> interface to GSL, BLAS and LAPACK.
>
> Worth it in the sense of have a purely functional implementation.
>
I, for one, have needed these in the past and far prefer Repa's
interface to that of hMatrix. I considered implementing these myself but
I doubt that I could write an implementation worthy of using having
relatively little knowledge of this flavor of numerics (stability is a
pain, so I hear).

Cheers,

- Ben


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Is it worth adding Gaussian elimination and eigenvalues to REPA?

2012-08-31 Thread KC
I realize if one wants speed you probably want to use the hMatrix
interface to GSL, BLAS and LAPACK.

Worth it in the sense of have a purely functional implementation.

-- 
--
Regards,
KC

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe