gsl_multifit_fdfsolver_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, size_t) alloc;
Undocumented in source.
free
void function(void*) free;
Undocumented in source.
gradient
int function(void*, gsl_vector*) gradient;
Undocumented in source.
iterate
int function(void*, const(gsl_vector)*, gsl_multifit_function_fdf*, gsl_vector*, gsl_vector*, gsl_vector*) iterate;
Undocumented in source.
jac
int function(void*, gsl_matrix*) jac;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
set
int function(void*, const(gsl_vector)*, gsl_multifit_function_fdf*, gsl_vector*, gsl_vector*, gsl_vector*) set;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta