The R Project SVN R

Rev

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

Rev 20764 Rev 25717
Line 28... Line 28...
28
#include <Rmath.h>
28
#include <Rmath.h>
29
#include <R_ext/Applic.h>
29
#include <R_ext/Applic.h>
30
#include <R_ext/RS.h>			/* for Memcpy */
30
#include <R_ext/RS.h>			/* for Memcpy */
31
 
31
 
32
 
32
 
33
/* One Dimensional Minimization --- just wrapper code for Brent's "fmin" */
33
/* One Dimensional Minimization --- just wrapper for
-
 
34
 * Brent's "fmin" --> ../appl/fmin.c */
34
 
35
 
35
struct callinfo {
36
struct callinfo {
36
  SEXP R_fcall;
37
  SEXP R_fcall;
37
  SEXP R_env;
38
  SEXP R_env;
38
} ;
39
} ;