gsl.min

D bindings for GSL.

Members

Aliases

gsl_min_bracketing_function
alias gsl_min_bracketing_function = int function(gsl_function_struct*, double*, double*, double*, double*, double*, double*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_min_find_bracket
int gsl_min_find_bracket(gsl_function* f, double* x_minimum, double* f_minimum, double* x_lower, double* f_lower, double* x_upper, double* f_upper, size_t eval_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_alloc
gsl_min_fminimizer* gsl_min_fminimizer_alloc(const(gsl_min_fminimizer_type)* T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_f_lower
double gsl_min_fminimizer_f_lower(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_f_minimum
double gsl_min_fminimizer_f_minimum(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_f_upper
double gsl_min_fminimizer_f_upper(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_free
void gsl_min_fminimizer_free(gsl_min_fminimizer* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_iterate
int gsl_min_fminimizer_iterate(gsl_min_fminimizer* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_minimum
double gsl_min_fminimizer_minimum(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_name
const(char)* gsl_min_fminimizer_name(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_set
int gsl_min_fminimizer_set(gsl_min_fminimizer* s, gsl_function* f, double x_minimum, double x_lower, double x_upper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_set_with_values
int gsl_min_fminimizer_set_with_values(gsl_min_fminimizer* s, gsl_function* f, double x_minimum, double f_minimum, double x_lower, double f_lower, double x_upper, double f_upper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_x_lower
double gsl_min_fminimizer_x_lower(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_x_minimum
double gsl_min_fminimizer_x_minimum(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_x_upper
double gsl_min_fminimizer_x_upper(const(gsl_min_fminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_test_interval
int gsl_min_test_interval(double x_lower, double x_upper, double epsabs, double epsrel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

gsl_min_fminimizer_brent
const(gsl_min_fminimizer_type)* gsl_min_fminimizer_brent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_goldensection
const(gsl_min_fminimizer_type)* gsl_min_fminimizer_goldensection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_min_fminimizer_quad_golden
const(gsl_min_fminimizer_type)* gsl_min_fminimizer_quad_golden;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0