gsl.multiroots

D bindings for GSL.

Members

Aliases

gsl_multiroot_function
alias gsl_multiroot_function = gsl_multiroot_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_multiroot_function_fdf
alias gsl_multiroot_function_fdf = gsl_multiroot_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_multiroot_fdfsolver_alloc
gsl_multiroot_fdfsolver* gsl_multiroot_fdfsolver_alloc(const(gsl_multiroot_fdfsolver_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_multiroot_fdfsolver_dx
gsl_vector* gsl_multiroot_fdfsolver_dx(const(gsl_multiroot_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_f
gsl_vector* gsl_multiroot_fdfsolver_f(const(gsl_multiroot_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_free
void gsl_multiroot_fdfsolver_free(gsl_multiroot_fdfsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_iterate
int gsl_multiroot_fdfsolver_iterate(gsl_multiroot_fdfsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_name
const(char)* gsl_multiroot_fdfsolver_name(const(gsl_multiroot_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_root
gsl_vector* gsl_multiroot_fdfsolver_root(const(gsl_multiroot_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_set
int gsl_multiroot_fdfsolver_set(gsl_multiroot_fdfsolver* s, gsl_multiroot_function_fdf* fdf, const(gsl_vector)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdjacobian
int gsl_multiroot_fdjacobian(gsl_multiroot_function* F, const(gsl_vector)* x, const(gsl_vector)* f, double epsrel, gsl_matrix* jacobian)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_alloc
gsl_multiroot_fsolver* gsl_multiroot_fsolver_alloc(const(gsl_multiroot_fsolver_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_multiroot_fsolver_dx
gsl_vector* gsl_multiroot_fsolver_dx(const(gsl_multiroot_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_f
gsl_vector* gsl_multiroot_fsolver_f(const(gsl_multiroot_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_free
void gsl_multiroot_fsolver_free(gsl_multiroot_fsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_iterate
int gsl_multiroot_fsolver_iterate(gsl_multiroot_fsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_name
const(char)* gsl_multiroot_fsolver_name(const(gsl_multiroot_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_root
gsl_vector* gsl_multiroot_fsolver_root(const(gsl_multiroot_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_set
int gsl_multiroot_fsolver_set(gsl_multiroot_fsolver* s, gsl_multiroot_function* f, const(gsl_vector)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_test_delta
int gsl_multiroot_test_delta(const(gsl_vector)* dx, const(gsl_vector)* x, 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.
gsl_multiroot_test_residual
int gsl_multiroot_test_residual(const(gsl_vector)* f, 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_multiroot_fdfsolver_gnewton
const(gsl_multiroot_fdfsolver_type)* gsl_multiroot_fdfsolver_gnewton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_hybridj
const(gsl_multiroot_fdfsolver_type)* gsl_multiroot_fdfsolver_hybridj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_hybridsj
const(gsl_multiroot_fdfsolver_type)* gsl_multiroot_fdfsolver_hybridsj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_newton
const(gsl_multiroot_fdfsolver_type)* gsl_multiroot_fdfsolver_newton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_broyden
const(gsl_multiroot_fsolver_type)* gsl_multiroot_fsolver_broyden;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_dnewton
const(gsl_multiroot_fsolver_type)* gsl_multiroot_fsolver_dnewton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_hybrid
const(gsl_multiroot_fsolver_type)* gsl_multiroot_fsolver_hybrid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_hybrids
const(gsl_multiroot_fsolver_type)* gsl_multiroot_fsolver_hybrids;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_multiroot_fdfsolver
struct gsl_multiroot_fdfsolver
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fdfsolver_type
struct gsl_multiroot_fdfsolver_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver
struct gsl_multiroot_fsolver
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_fsolver_type
struct gsl_multiroot_fsolver_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiroot_function_fdf_struct
struct gsl_multiroot_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_multiroot_function_struct
struct gsl_multiroot_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