Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

min_nr_powell.cpp File Reference

#include "model.h"
#include "data.h"

Go to the source code of this file.

Namespaces

namespace  matvec

Defines

#define SQR(a)   (sqrarg=(a),sqrarg*sqrarg)
#define TOL   2.0e-8
#define GOLD   1.618034
#define GLIMIT   200.0
#define TINY   1.0e-20
#define MAX(a, b)   ((a) > (b) ? (a) : (b))
#define SIGN(a, b)   ((b) > 0.0 ? fabs(a) : -fabs(a))
#define SHFT(a, b, c, d)   (a)=(b);(b)=(c);(c)=(d);
#define ITMAX   200
#define CGOLD   0.3819660
#define ZEPS   1.0e-10
#define SIGN(a, b)   ((b) > 0.0 ? fabs(a) : -fabs(a))
#define SHFT(a, b, c, d)   (a)=(b);(b)=(c);(c)=(d);


Define Documentation

#define CGOLD   0.3819660
 

Definition at line 243 of file min_nr_powell.cpp.

Referenced by matvec::brent().

#define GLIMIT   200.0
 

Definition at line 176 of file min_nr_powell.cpp.

Referenced by matvec::mnbrak().

#define GOLD   1.618034
 

Definition at line 175 of file min_nr_powell.cpp.

Referenced by matvec::mnbrak().

#define ITMAX   200
 

Definition at line 242 of file min_nr_powell.cpp.

Referenced by matvec::brent().

#define MAX a,
     ((a) > (b) ? (a) : (b))
 

Definition at line 178 of file min_nr_powell.cpp.

#define SHFT a,
b,
c,
     (a)=(b);(b)=(c);(c)=(d);
 

Definition at line 246 of file min_nr_powell.cpp.

#define SHFT a,
b,
c,
     (a)=(b);(b)=(c);(c)=(d);
 

Definition at line 246 of file min_nr_powell.cpp.

Referenced by matvec::brent(), and matvec::mnbrak().

#define SIGN a,
     ((b) > 0.0 ? fabs(a) : -fabs(a))
 

Definition at line 245 of file min_nr_powell.cpp.

#define SIGN a,
     ((b) > 0.0 ? fabs(a) : -fabs(a))
 

Definition at line 245 of file min_nr_powell.cpp.

#define SQR      (sqrarg=(a),sqrarg*sqrarg)
 

Definition at line 61 of file min_nr_powell.cpp.

Referenced by matvec::nr_powell().

#define TINY   1.0e-20
 

Definition at line 177 of file min_nr_powell.cpp.

Referenced by matvec::mnbrak().

#define TOL   2.0e-8
 

Definition at line 119 of file min_nr_powell.cpp.

Referenced by matvec::linmin().

#define ZEPS   1.0e-10
 

Definition at line 244 of file min_nr_powell.cpp.

Referenced by matvec::brent().


Generated on Thu Jun 16 17:14:10 2005 for Matvec by doxygen1.2.16