The R Project SVN R

Rev

Rev 89100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89100 Rev 89135
Line 25... Line 25...
25
   -- and hand edited by Saikat DebRoy
25
   -- and hand edited by Saikat DebRoy
26
   */
26
   */
27
 
27
 
28
/*--- The Dennis + Schnabel Minimizer -- used by R's  nlm() ---*/
28
/*--- The Dennis + Schnabel Minimizer -- used by R's  nlm() ---*/
29
 
29
 
-
 
30
#define USE_BASE_R_SUPPORT
30
#include <math.h>
31
#include <math.h>
31
#include <float.h> /* DBL_MAX */
32
#include <float.h> /* DBL_MAX */
32
#include <R_ext/Boolean.h>
33
#include <R_ext/Boolean.h>
33
#include <R_ext/Print.h>   /* Rprintf */
34
#include <R_ext/Print.h>   /* Rprintf */
34
#include <PrtUtil.h>       /* printRealVector */
35
#include <PrtUtil.h>       /* printRealVector */