|
void multimin_fdf::fdf |
( |
const gsl_vector * |
x, |
|
|
void * |
p, |
|
|
double * |
f, |
|
|
gsl_vector * |
g |
|
) |
| [static] |
Static function that is called by gsl to get both function f and its derivatives.
- Parameters:
-
x | : GSL vector x where multidim function is evaluated. |
*p | : void pointer to pass other information such a sparameters. |
f | : value of the function evaluated at x |
g | : GSL vector containing gradient of function |
|