The R Project SVN R

Rev

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

Rev 76535 Rev 76540
Line 24... Line 24...
24
#endif
24
#endif
25
 
25
 
26
#include <Defn.h>
26
#include <Defn.h>
27
#include <Internal.h>
27
#include <Internal.h>
28
#include <Rmath.h>
28
#include <Rmath.h>
29
#include <R_ext/RS.h>     /* for Calloc/Free */
29
#include <R_ext/RS.h>     /* for Calloc/Free, F77_CALL */
30
#include <R_ext/Applic.h> /* for dgemm */
30
#include <R_ext/BLAS.h>
31
#include <R_ext/Itermacros.h>
31
#include <R_ext/Itermacros.h>
32
 
32
 
33
#include "duplicate.h"
33
#include "duplicate.h"
34
 
34
 
35
#include <complex.h>
35
#include <complex.h>