The R Project SVN R

Rev

Rev 60211 | Rev 64427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60211 Rev 62769
Line 1... Line 1...
1
The Fortran routines here are extracted from LAPACK 3.1.0, then 3.1.1, 3.4.1
1
The Fortran routines here are extracted from LAPACK 3.1.0, then 3.1.1,
2
(http://www.netlib.org/lapack and mirrors), then from SVN in July 2012.
2
3.4.1, 3.4.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).
Line 20... Line 20...
20
  src/modules/lapack/Lapack.h
20
  src/modules/lapack/Lapack.h
21
  src/modules/lapack/cmplx.f or dlapack.f
21
  src/modules/lapack/cmplx.f or dlapack.f
22
 
22
 
23
We have tried to avoid including any single-precision routines.
23
We have tried to avoid including any single-precision routines.
24
 
24
 
25
There is also a patch to avoid a gfortran warning at lines 21131:2
-
 
26
of dlapack.f, in DGEQRT3.
-
 
27
 
-
 
28
dlapack.f is the concatenation of
25
dlapack.f is the concatenation of
29
 
26
 
30
dbbcsd.f	dgtsvx.f	dlarf.f		dorm2r.f	dstemr.f
27
dbbcsd.f	dgtsvx.f	dlarf.f		dorm2r.f	dstemr.f
31
dbdsdc.f	dgttrf.f	dlarfb.f	dormbr.f	dsteqr.f
28
dbdsdc.f	dgttrf.f	dlarfb.f	dormbr.f	dsteqr.f
32
dbdsqr.f	dgttrs.f	dlarfg.f	dormhr.f	dsterf.f
29
dbdsqr.f	dgttrs.f	dlarfg.f	dormhr.f	dsterf.f