The R Project SVN R

Rev

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

Rev 60540 Rev 60667
Line 22... Line 22...
22
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
23
#include <config.h>
23
#include <config.h>
24
#endif
24
#endif
25
 
25
 
26
#include <Defn.h>
26
#include <Defn.h>
-
 
27
#include <Internal.h>
27
#include <Rmath.h>
28
#include <Rmath.h>
28
#include <R_ext/RS.h>     /* for Calloc/Free */
29
#include <R_ext/RS.h>     /* for Calloc/Free */
29
#include <R_ext/Applic.h> /* for dgemm */
30
#include <R_ext/Applic.h> /* for dgemm */
30
 
31
 
31
/* "GetRowNames" and "GetColNames" are utility routines which
32
/* "GetRowNames" and "GetColNames" are utility routines which