| Line 1... |
Line 1... |
| 1 |
The Fortran routines here are extracted from LAPACK 3.1.0
|
1 |
The Fortran routines here are extracted from LAPACK 3.1.0, then 3.1.1
|
| 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 |
For 'base' R addition of a new .Call()able Lapack routine,
|
| - |
|
11 |
all these files must be updated {path relative to R's topdir}:
|
| - |
|
12 |
|
| - |
|
13 |
src/gnuwin32/Rdll.hide
|
| - |
|
14 |
src/include/R_ext/Lapack.h
|
| - |
|
15 |
src/include/Rmodules/Rlapack.h
|
| - |
|
16 |
src/main/basedecl.h
|
| - |
|
17 |
src/main/lapack.c
|
| - |
|
18 |
src/main/registration.c
|
| - |
|
19 |
src/modules/lapack/Lapack.c
|
| - |
|
20 |
src/modules/lapack/Lapack.h
|
| - |
|
21 |
src/modules/lapack/cmplx.f
|