gsl_multimin_fminimizer_type

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

alloc
int function(void*, size_t) alloc;
Undocumented in source.
free
void function(void*) free;
Undocumented in source.
iterate
int function(void*, gsl_multimin_function*, gsl_vector*, double*, double*) iterate;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
set
int function(void*, gsl_multimin_function*, const(gsl_vector)*, double*, const(gsl_vector)*) set;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta