The R Project SVN R

Rev

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

Rev 13942 Rev 13985
Line 23... Line 23...
23
#endif
23
#endif
24
 
24
 
25
#include <Defn.h>
25
#include <Defn.h>
26
#include <Rmath.h>
26
#include <Rmath.h>
27
#include <R_ext/RS.h>
27
#include <R_ext/RS.h>
-
 
28
#include <R_ext/Applic.h> /* for dgemm */
28
/* "GetRowNames" and "GetColNames" are utility routines which */
29
/* "GetRowNames" and "GetColNames" are utility routines which */
29
/* locate and return the row names and column names from the */
30
/* locate and return the row names and column names from the */
30
/* dimnames attribute of a matrix.  They are useful because */
31
/* dimnames attribute of a matrix.  They are useful because */
31
/* old versions of R used pair-based lists for dimnames */
32
/* old versions of R used pair-based lists for dimnames */
32
/* whereas recent versions use vector based lists */
33
/* whereas recent versions use vector based lists */