#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); |
|
|
Definition at line 243 of file min_nr_powell.cpp. Referenced by matvec::brent(). |
|
|
Definition at line 176 of file min_nr_powell.cpp. Referenced by matvec::mnbrak(). |
|
|
Definition at line 175 of file min_nr_powell.cpp. Referenced by matvec::mnbrak(). |
|
|
Definition at line 242 of file min_nr_powell.cpp. Referenced by matvec::brent(). |
|
|
Definition at line 178 of file min_nr_powell.cpp. |
|
|
Definition at line 246 of file min_nr_powell.cpp. |
|
|
Definition at line 246 of file min_nr_powell.cpp. Referenced by matvec::brent(), and matvec::mnbrak(). |
|
|
Definition at line 245 of file min_nr_powell.cpp. |
|
|
Definition at line 245 of file min_nr_powell.cpp. |
|
|
Definition at line 61 of file min_nr_powell.cpp. Referenced by matvec::nr_powell(). |
|
|
Definition at line 177 of file min_nr_powell.cpp. Referenced by matvec::mnbrak(). |
|
|
Definition at line 119 of file min_nr_powell.cpp. Referenced by matvec::linmin(). |
|
|
Definition at line 244 of file min_nr_powell.cpp. Referenced by matvec::brent(). |
1.2.16