The R Project SVN R

Rev

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

Rev 51274 Rev 51838
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 <float.h>		/* for DBL_MAX */
26
#include <Print.h>		/* for printRealVector() */
27
#include <Print.h>		/* for printRealVector() */
27
#include <Rmath.h>
28
#include <Rmath.h>
28
#include <R_ext/Applic.h>
29
#include <R_ext/Applic.h>
29
#include <R_ext/RS.h>			/* for Memcpy */
30
#include <R_ext/RS.h>	       	/* for Memcpy */
30
 
31
 
31
 
32
 
32
/* One Dimensional Minimization --- just wrapper for
33
/* One Dimensional Minimization --- just wrapper for
33
 * Brent's "fmin" --> ../appl/fmin.c */
34
 * Brent's "fmin" --> ../appl/fmin.c */
34
 
35