The R Project SVN R

Rev

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

Rev 2715 Rev 5187
Line 15... Line 15...
15
 *  You should have received a copy of the GNU General Public License
15
 *  You should have received a copy of the GNU General Public License
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 */
18
 */
19
 
19
 
-
 
20
#ifdef HAVE_CONFIG_H
-
 
21
#include <Rconfig.h>
-
 
22
#endif
-
 
23
 
20
#include "Defn.h"
24
#include "Defn.h"
21
#include "Mathlib.h"
25
#include "Mathlib.h"
22
 
26
 
23
 
-
 
24
/* "GetRowNames" and "GetColNames" are utility routines which */
27
/* "GetRowNames" and "GetColNames" are utility routines which */
25
/* locate and return the row names and column names from the */
28
/* locate and return the row names and column names from the */
26
/* dimnames attribute of a matrix.  They are useful because */
29
/* dimnames attribute of a matrix.  They are useful because */
27
/* old versions of R used pair-based lists for dimnames */
30
/* old versions of R used pair-based lists for dimnames */
28
/* whereas recent versions use vector bassed lists */
31
/* whereas recent versions use vector bassed lists */