| Line 1... |
Line 1... |
| 1 |
The Fortran routines here are extracted from LAPACK 3.0
|
1 |
The Fortran routines here are extracted from LAPACK 3.1.0
|
| 2 |
(http://www.netlib.org/lapack and mirrors).
|
2 |
(http://www.netlib.org/lapack and mirrors).
|
| 3 |
|
3 |
|
| 4 |
dlapack?.f are support routines for `real' LAPACK calls
|
4 |
dlapack?.f are support routines for `real' LAPACK calls
|
| 5 |
cmplx.f are support routines for LAPACK calls from complex arithmetic
|
5 |
cmplx.f are support routines for LAPACK calls from complex arithmetic
|
| 6 |
routines, that are only used if COMPLEX*16 is supported by the Fortran
|
6 |
routines, that are only used if COMPLEX*16 is supported by the Fortran
|
| 7 |
compiler and compatible with the Rcomplex type (guaranteed for f2c users).
|
7 |
compiler and compatible with the Rcomplex type (guaranteed for f2c users).
|
| 8 |
Neither will not be compiled if an external LAPACK is used.
|
8 |
Neither will not be compiled if an external LAPACK is used.
|
| 9 |
|
- |
|
| 10 |
cmplxblas.f contains the double complex BLAS routines: it is not used
|
- |
|
| 11 |
if a full BLAS implementation is found at configure time.
|
- |
|