gsl_multimin_function_struct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct gsl_multimin_function_struct {}

Members

Variables

f
double function(const(gsl_vector)*, void*) f;
Undocumented in source.
n
size_t n;
Undocumented in source.
params
void* params;
Undocumented in source.

Meta