The R Project SVN R

Rev

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

Rev 15318 Rev 24068
Line 24... Line 24...
24
   -- and hand edited by Saikat DebRoy
24
   -- and hand edited by Saikat DebRoy
25
   */
25
   */
26
 
26
 
27
/*--- The Dennis + Schnabel Minimizer -- used by R's  nlm() ---*/
27
/*--- The Dennis + Schnabel Minimizer -- used by R's  nlm() ---*/
28
 
28
 
29
#ifndef Macintosh
-
 
30
#include <math.h>
29
#include <math.h>
31
#else
-
 
32
#include <fp.h>
-
 
33
#endif /* mac */
-
 
34
#include <R_ext/Applic.h>
30
#include <R_ext/Applic.h>
35
#include <R_ext/Boolean.h>
31
#include <R_ext/Boolean.h>
36
#include <R_ext/PrtUtil.h> /* printRealVector */
32
#include <R_ext/PrtUtil.h> /* printRealVector */
37
#include <R_ext/Linpack.h> /* ddot, dnrm2, dtrsl, dscal */
33
#include <R_ext/Linpack.h> /* ddot, dnrm2, dtrsl, dscal */
38
#define MATHLIB_PRIVATE
34
#define MATHLIB_PRIVATE