Hi all,
I have created Chicken Scheme bindings for the ATLAS-LAPACK
library. The ATLAS project (Automatically Tuned Linear Algebra
Software) is an effort to implement linear algebra routines that are
optimized to take advantage of SIMD architectures such as SSE and
AltiVec, and it includes portable optimized implementations of all
routines in the BLAS library, and of a small subset of the LAPACK
library.
The atlas-lapack egg provides an interface to those LAPACK
routines that have been implemented by the ATLAS project. It is
available in the eggs SVN repository
<https://galinha.ucpel.tche.br/svn/chicken-eggs/atlas-lapack/>.
Could someone upload the egg to the web page, please?
Also, in the next few days I will probably create bindings for some
more matrix factorization routines in LAPACK, and hopefully eventually
there will be a lapack egg (or eggs) to provide bindings for the
entire library.