![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | NMS_ALPHA 1.0 |
| #define | NMS_BETA 0.5 |
| #define | NMS_GAMMA 2.0 |
Functions | |
| static int | simplex (double(*objfunc)(double[], void *params), double start[], int n, double EPSILON, double scale, int maxiter, void(*constrain)(double[], int n), void *params) |
| #define NMS_ALPHA 1.0 |
Definition at line 88 of file nelder_mead_simplex.h.
| #define NMS_BETA 0.5 |
Definition at line 91 of file nelder_mead_simplex.h.
| #define NMS_GAMMA 2.0 |
Definition at line 94 of file nelder_mead_simplex.h.