| Line 10... |
Line 10... |
| 10 |
cmplxblas.f contains BLAS routines needed by cmplx.f: it is not used
|
10 |
cmplxblas.f contains BLAS routines needed by cmplx.f: it is not used
|
| 11 |
if a full BLAS implementation is found at configure time.
|
11 |
if a full BLAS implementation is found at configure time.
|
| 12 |
|
12 |
|
| 13 |
rgeev.f is a corrected (lines 180-1) version of dgeev.f, to allow
|
13 |
rgeev.f is a corrected (lines 180-1) version of dgeev.f, to allow
|
| 14 |
LWORK queries to run. (Late versions of dgeev.f are corrected.) It
|
14 |
LWORK queries to run. (Late versions of dgeev.f are corrected.) It
|
| 15 |
calls DLANGE, which is missing in libsunperf, so a renamed copy of
|
15 |
calls DLANGE, which was missing in libsunperf, so a renamed copy of
|
| 16 |
that is included. Similarly, a renamed copy of LSAME is included as
|
16 |
that is included. Similarly, a renamed copy of LSAME is included as
|
| 17 |
that is not exported by MacOS's vecLib.
|
17 |
that is not exported by MacOS's vecLib.
|
| 18 |
|
18 |
|
| 19 |
The routines dsyev and dsyevr have their names remapped to r* unless
|
19 |
The routines dsyev and dsyevr have their names remapped to r* unless
|
| 20 |
HAVE_LAPACK is defined. This ensures that the versions in rsyev.f
|
20 |
HAVE_LAPACK is defined. This ensures that the versions in rsyev.f
|