[racket] LAPACK FFI

From: Will M. Farr (w-farr at northwestern.edu)
Date: Sun Oct 21 04:45:05 EDT 2012

Richard,

At one time, I produced some bindings through the FFI to
BLAS/LAPACK---search for plt-linalg in PLaneT. It is likely
bit-rotted, but it could be useful as a starting point.

Will

On Oct 21, 2012, at 2:58 AM, Richard Cleis <rcleis at me.com> wrote:

> Is anybody working on the LAPACK FFI listed on the Hackathon page?
> How does "BSD Licensed Matrix Library" apply to a Racket FFI?
> I'd like to know which makes more sense:
>
> - write/find the few Gaussian Elimination solvers that I need
>
> - Figure out how to do it with FFI and LAPACK
>
> rac
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

Posted on the users mailing list.