[Haskell-cafe] Re: haskell blas bindings: does iomatrix gemv transposing of matrix a?

Don Stewart dons at galois.com
Wed Sep 24 03:37:37 EDT 2008


aeyakovenko:
> is there anyway the modifyWith functions could work on uboxed types?

If they're inlined, the modify functions on boxed types may well end up
unboxed.

What's the particular problem you're having?

-- Don


More information about the Haskell-Cafe mailing list