The R Project SVN R

Rev

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

Rev 31682 Rev 34087
Line 94... Line 94...
94
		    int *ilo, int *mflag);
94
		    int *ilo, int *mflag);
95
#endif
95
#endif
96
void find_interv_vec(double *xt, int *n,	double *x,   int *nx,
96
void find_interv_vec(double *xt, int *n,	double *x,   int *nx,
97
		     int *rightmost_closed, int *all_inside, int *indx);
97
		     int *rightmost_closed, int *all_inside, int *indx);
98
 
98
 
99
/* ../../appl/massdist.c */
99
/* ../../appl/maxcol.c */
100
void R_max_col(double *matrix, int *nr, int *nc, int *maxes);
100
void R_max_col(double *matrix, int *nr, int *nc, int *maxes);
101
 
101
 
102
#ifdef  __cplusplus
102
#ifdef  __cplusplus
103
}
103
}
104
#endif
104
#endif