gsl.sum

D bindings for GSL.

Members

Functions

gsl_sum_levin_u_accel
int gsl_sum_levin_u_accel(const(double)* array, size_t n, gsl_sum_levin_u_workspace* w, double* sum_accel, double* abserr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_u_alloc
gsl_sum_levin_u_workspace* gsl_sum_levin_u_alloc(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_sum_levin_u_free
void gsl_sum_levin_u_free(gsl_sum_levin_u_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_u_minmax
int gsl_sum_levin_u_minmax(const(double)* array, size_t n, size_t min_terms, size_t max_terms, gsl_sum_levin_u_workspace* w, double* sum_accel, double* abserr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_u_step
int gsl_sum_levin_u_step(double term, size_t n, size_t nmax, gsl_sum_levin_u_workspace* w, double* sum_accel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_utrunc_accel
int gsl_sum_levin_utrunc_accel(const(double)* array, size_t n, gsl_sum_levin_utrunc_workspace* w, double* sum_accel, double* abserr_trunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_utrunc_alloc
gsl_sum_levin_utrunc_workspace* gsl_sum_levin_utrunc_alloc(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_sum_levin_utrunc_free
void gsl_sum_levin_utrunc_free(gsl_sum_levin_utrunc_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_utrunc_minmax
int gsl_sum_levin_utrunc_minmax(const(double)* array, size_t n, size_t min_terms, size_t max_terms, gsl_sum_levin_utrunc_workspace* w, double* sum_accel, double* abserr_trunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_utrunc_step
int gsl_sum_levin_utrunc_step(double term, size_t n, gsl_sum_levin_utrunc_workspace* w, double* sum_accel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_sum_levin_u_workspace
struct gsl_sum_levin_u_workspace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_sum_levin_utrunc_workspace
struct gsl_sum_levin_utrunc_workspace
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