The R Project SVN R

Rev

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

Rev 7003 Rev 7007
Line 24... Line 24...
24
 
24
 
25
#ifndef S_COMPAT_H_
25
#ifndef S_COMPAT_H_
26
#define S_COMPAT_H_
26
#define S_COMPAT_H_
27
 
27
 
28
#include "S.h"
28
#include "S.h"
29
#include "Fortran.h"
29
/*#include "R_ext/Fortran.h"*/
30
#include "R_ext/Linpack.h"/*-> Blas.h */
30
#include "R_ext/Linpack.h"/*-> Blas.h */
31
 
31
 
32
extern void
32
extern void
33
F77_NAME(dqrdca) (double*, longint*, longint*, longint*,
33
F77_NAME(dqrdca) (double*, longint*, longint*, longint*,
34
		  double*, longint*, double*, longint*, double*);
34
		  double*, longint*, double*, longint*, double*);