The R Project SVN R

Rev

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

Rev 10172 Rev 10960
Line 21... Line 21...
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include "Defn.h"
26
#include "Mathlib.h"
26
#include "R_ext/Mathlib.h"
27
 
27
 
28
/* "GetRowNames" and "GetColNames" are utility routines which */
28
/* "GetRowNames" and "GetColNames" are utility routines which */
29
/* locate and return the row names and column names from the */
29
/* locate and return the row names and column names from the */
30
/* dimnames attribute of a matrix.  They are useful because */
30
/* dimnames attribute of a matrix.  They are useful because */
31
/* old versions of R used pair-based lists for dimnames */
31
/* old versions of R used pair-based lists for dimnames */