gsl.bspline

D bindings for GSL.

Members

Functions

gsl_bspline_alloc
gsl_bspline_workspace* gsl_bspline_alloc(size_t k, size_t nbreak)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_bspline_breakpoint
double gsl_bspline_breakpoint(size_t i, gsl_bspline_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_bspline_deriv_alloc
gsl_bspline_deriv_workspace* gsl_bspline_deriv_alloc(size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_bspline_deriv_eval
int gsl_bspline_deriv_eval(double x, size_t nderiv, gsl_matrix* dB, gsl_bspline_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_bspline_deriv_eval_nonzero
int gsl_bspline_deriv_eval_nonzero(double x, size_t nderiv, gsl_matrix* dB, size_t* istart, size_t* iend, gsl_bspline_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_bspline_deriv_free
void gsl_bspline_deriv_free(gsl_bspline_deriv_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_bspline_eval
int gsl_bspline_eval(double x, gsl_vector* B, gsl_bspline_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_bspline_eval_nonzero
int gsl_bspline_eval_nonzero(double x, gsl_vector* Bk, size_t* istart, size_t* iend, gsl_bspline_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_bspline_free
void gsl_bspline_free(gsl_bspline_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_bspline_greville_abscissa
double gsl_bspline_greville_abscissa(size_t i, gsl_bspline_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_bspline_knots
int gsl_bspline_knots(const(gsl_vector)* breakpts, gsl_bspline_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_bspline_knots_greville
int gsl_bspline_knots_greville(const(gsl_vector)* abscissae, gsl_bspline_workspace* w, 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_bspline_knots_uniform
int gsl_bspline_knots_uniform(double a, double b, gsl_bspline_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_bspline_nbreak
size_t gsl_bspline_nbreak(gsl_bspline_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_bspline_ncoeffs
size_t gsl_bspline_ncoeffs(gsl_bspline_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_bspline_order
size_t gsl_bspline_order(gsl_bspline_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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