gsl.multimin

D bindings for GSL.

Members

Aliases

gsl_multimin_function
alias gsl_multimin_function = 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.
gsl_multimin_function_fdf
alias gsl_multimin_function_fdf = gsl_multimin_function_fdf_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_multimin_diff
int gsl_multimin_diff(const(gsl_multimin_function)* f, const(gsl_vector)* x, gsl_vector* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_alloc
gsl_multimin_fdfminimizer* gsl_multimin_fdfminimizer_alloc(const(gsl_multimin_fdfminimizer_type)* T, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_dx
gsl_vector* gsl_multimin_fdfminimizer_dx(const(gsl_multimin_fdfminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_free
void gsl_multimin_fdfminimizer_free(gsl_multimin_fdfminimizer* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_gradient
gsl_vector* gsl_multimin_fdfminimizer_gradient(const(gsl_multimin_fdfminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_iterate
int gsl_multimin_fdfminimizer_iterate(gsl_multimin_fdfminimizer* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_minimum
double gsl_multimin_fdfminimizer_minimum(const(gsl_multimin_fdfminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_name
const(char)* gsl_multimin_fdfminimizer_name(const(gsl_multimin_fdfminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_restart
int gsl_multimin_fdfminimizer_restart(gsl_multimin_fdfminimizer* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_set
int gsl_multimin_fdfminimizer_set(gsl_multimin_fdfminimizer* s, gsl_multimin_function_fdf* fdf, const(gsl_vector)* x, double step_size, double tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_x
gsl_vector* gsl_multimin_fdfminimizer_x(const(gsl_multimin_fdfminimizer)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_alloc
gsl_multimin_fminimizer* gsl_multimin_fminimizer_alloc(const(gsl_multimin_fminimizer_type)* T, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_free
void gsl_multimin_fminimizer_free(gsl_multimin_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_multimin_fminimizer_iterate
int gsl_multimin_fminimizer_iterate(gsl_multimin_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_multimin_fminimizer_minimum
double gsl_multimin_fminimizer_minimum(const(gsl_multimin_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_multimin_fminimizer_name
const(char)* gsl_multimin_fminimizer_name(const(gsl_multimin_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_multimin_fminimizer_set
int gsl_multimin_fminimizer_set(gsl_multimin_fminimizer* s, gsl_multimin_function* f, const(gsl_vector)* x, const(gsl_vector)* step_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_size
double gsl_multimin_fminimizer_size(const(gsl_multimin_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_multimin_fminimizer_x
gsl_vector* gsl_multimin_fminimizer_x(const(gsl_multimin_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_multimin_test_gradient
int gsl_multimin_test_gradient(const(gsl_vector)* g, double epsabs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_test_size
int gsl_multimin_test_size(double size, double epsabs)
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_multimin_fdfminimizer_conjugate_fr
const(gsl_multimin_fdfminimizer_type)* gsl_multimin_fdfminimizer_conjugate_fr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_conjugate_pr
const(gsl_multimin_fdfminimizer_type)* gsl_multimin_fdfminimizer_conjugate_pr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_steepest_descent
const(gsl_multimin_fdfminimizer_type)* gsl_multimin_fdfminimizer_steepest_descent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_vector_bfgs
const(gsl_multimin_fdfminimizer_type)* gsl_multimin_fdfminimizer_vector_bfgs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_vector_bfgs2
const(gsl_multimin_fdfminimizer_type)* gsl_multimin_fdfminimizer_vector_bfgs2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_nmsimplex
const(gsl_multimin_fminimizer_type)* gsl_multimin_fminimizer_nmsimplex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_nmsimplex2
const(gsl_multimin_fminimizer_type)* gsl_multimin_fminimizer_nmsimplex2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_nmsimplex2rand
const(gsl_multimin_fminimizer_type)* gsl_multimin_fminimizer_nmsimplex2rand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_multimin_fdfminimizer
struct gsl_multimin_fdfminimizer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fdfminimizer_type
struct gsl_multimin_fdfminimizer_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer
struct gsl_multimin_fminimizer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_fminimizer_type
struct 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.
gsl_multimin_function_fdf_struct
struct gsl_multimin_function_fdf_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multimin_function_struct
struct 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.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0