gsl.chebyshev

D bindings for GSL.

Members

Aliases

gsl_cheb_series
alias gsl_cheb_series = gsl_cheb_series_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_cheb_alloc
gsl_cheb_series* gsl_cheb_alloc(size_t order)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_calc_deriv
int gsl_cheb_calc_deriv(gsl_cheb_series* deriv, const(gsl_cheb_series)* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_calc_integ
int gsl_cheb_calc_integ(gsl_cheb_series* integ, const(gsl_cheb_series)* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_coeffs
double* gsl_cheb_coeffs(const(gsl_cheb_series)* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_eval
double gsl_cheb_eval(const(gsl_cheb_series)* cs, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_eval_err
int gsl_cheb_eval_err(const(gsl_cheb_series)* cs, double x, double* result, 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_cheb_eval_mode
double gsl_cheb_eval_mode(const(gsl_cheb_series)* cs, double x, gsl_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_eval_mode_e
int gsl_cheb_eval_mode_e(const(gsl_cheb_series)* cs, double x, gsl_mode_t mode, double* result, 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_cheb_eval_n
double gsl_cheb_eval_n(const(gsl_cheb_series)* cs, size_t order, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_eval_n_err
int gsl_cheb_eval_n_err(const(gsl_cheb_series)* cs, size_t order, double x, double* result, 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_cheb_free
void gsl_cheb_free(gsl_cheb_series* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_init
int gsl_cheb_init(gsl_cheb_series* cs, const(gsl_function)* func, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_order
size_t gsl_cheb_order(const(gsl_cheb_series)* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cheb_size
size_t gsl_cheb_size(const(gsl_cheb_series)* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_cheb_series_struct
struct gsl_cheb_series_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