|
From: Nicolas N. <Nic...@iw...> - 2004-12-20 10:50:10
|
si...@EE... writes: >> 1. I have just installed CVS matlisp on my Debian system >> (everything worked >> fine). What I do not understand is the following: although I have >> configured it to use the ATLAS libraries, the LAPACK source is >> compiled.Why is this necessary? > > IIRC, Atlas is a fast implementation of BLAS only. It does not > contain the LAPACK routines. Oh, I got that slightly wrong, then. They write on their homepage: At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. and I forgot the "few" since I looked last time. Nevertheless, it might be nice (and probably faster, if those routines are optimized) to use already installed libraries (e.g. from Debian packages). Are there important differences for the Matlisp version of LAPACK? I remember having read about small changes? Yours, Nicolas. |