Rev 14301 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
The Fortran routines here are extracted from LAPACK 3.0(http://www.netlib.org/lapack and mirrors).double.f are support routines for `real' LAPACK callscmplx.f are support routines for LAPACK calls from complex arithmeticroutines, that are only used if COMPLEX*16 is supported by the Fortrancompiler and compatible with the Rcomplex type (guaranteed for f2c users).blas2.f contains additional (to src/appl/blas.f) BLAS routines neededby double.f.cmplxblas.f contains BLAS routines needed by cmplx.f.blas2.f and complxblas.f are not used if a full BLAS implementation isfound at configure time.Do not be tempted to replace double.f and cmplx.f by another LAPACKinstallation. dgeev.f had to be corrected (lines 3047-8 of double.f)to allow LWORK queries to run.