The R Project SVN R

Rev

Rev 36467 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36467 Rev 36468
Line 304... Line 304...
304
 
304
 
305
	<R_ext/BLAS.h> has been corrected to add the missing
305
	<R_ext/BLAS.h> has been corrected to add the missing
306
	double-precision BLAS functions drotmg and drotm, and to
306
	double-precision BLAS functions drotmg and drotm, and to
307
	exclude lsame (which is a Lapack auxiliary function and is now
307
	exclude lsame (which is a Lapack auxiliary function and is now
308
	declared in <R_ext/Lapack.h>).  It also includes the double
308
	declared in <R_ext/Lapack.h>).  It also includes the double
309
	complex routines added for this release of R.
309
	complex routines added for this release of R provided Fortran
-
 
310
	doublecomplex is usuable on the platform.
310
 
311
 
311
    o	<R_ext/BLAS.h> and <R_ext/Lapack.h> now declare all the entry
312
    o	<R_ext/BLAS.h> and <R_ext/Lapack.h> now declare all the entry
312
	points as 'extern'.
313
	points as 'extern'.
313
 
314
 
314
 
315