gsl.siman

D bindings for GSL.

Members

Aliases

gsl_siman_Efunc_t
alias gsl_siman_Efunc_t = double function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_copy_construct_t
alias gsl_siman_copy_construct_t = void* function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_copy_t
alias gsl_siman_copy_t = void function(void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_destroy_t
alias gsl_siman_destroy_t = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_metric_t
alias gsl_siman_metric_t = double function(void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_print_t
alias gsl_siman_print_t = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_step_t
alias gsl_siman_step_t = void function(const(gsl_rng)*, void*, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_siman_solve
void gsl_siman_solve(const(gsl_rng)* r, void* x0_p, gsl_siman_Efunc_t Ef, gsl_siman_step_t take_step, gsl_siman_metric_t distance, gsl_siman_print_t print_position, gsl_siman_copy_t copyfunc, gsl_siman_copy_construct_t copy_constructor, gsl_siman_destroy_t destructor, size_t element_size, gsl_siman_params_t params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_siman_solve_many
void gsl_siman_solve_many(const(gsl_rng)* r, void* x0_p, gsl_siman_Efunc_t Ef, gsl_siman_step_t take_step, gsl_siman_metric_t distance, gsl_siman_print_t print_position, size_t element_size, gsl_siman_params_t params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_siman_params_t
struct gsl_siman_params_t
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