gsl.poly

D bindings for GSL.

Members

Functions

gsl_complex_poly_complex_eval
gsl_complex gsl_complex_poly_complex_eval(const(gsl_complex)* c, int len, gsl_complex z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_complex_eval
gsl_complex gsl_poly_complex_eval(const(double)* c, int len, gsl_complex z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_complex_solve
int gsl_poly_complex_solve(const(double)* a, size_t n, gsl_poly_complex_workspace* w, gsl_complex_packed_ptr z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_complex_solve_cubic
int gsl_poly_complex_solve_cubic(double a, double b, double c, gsl_complex* z0, gsl_complex* z1, gsl_complex* z2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_complex_solve_quadratic
int gsl_poly_complex_solve_quadratic(double a, double b, double c, gsl_complex* z0, gsl_complex* z1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_complex_workspace_alloc
gsl_poly_complex_workspace* gsl_poly_complex_workspace_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_poly_complex_workspace_free
void gsl_poly_complex_workspace_free(gsl_poly_complex_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_poly_dd_eval
double gsl_poly_dd_eval(const(double)* dd, const(double)* xa, size_t size, 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_poly_dd_hermite_init
int gsl_poly_dd_hermite_init(double* dd, double* z, const(double)* xa, const(double)* ya, const(double)* dya, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_dd_init
int gsl_poly_dd_init(double* dd, const(double)* x, const(double)* y, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_dd_taylor
int gsl_poly_dd_taylor(double* c, double xp, const(double)* dd, const(double)* x, size_t size, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_eval
double gsl_poly_eval(const(double)* c, int len, 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_poly_eval_derivs
int gsl_poly_eval_derivs(const(double)* c, size_t lenc, double x, double* res, size_t lenres)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_solve_cubic
int gsl_poly_solve_cubic(double a, double b, double c, double* x0, double* x1, double* x2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_poly_solve_quadratic
int gsl_poly_solve_quadratic(double a, double b, double c, double* x0, double* x1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_poly_complex_workspace
struct gsl_poly_complex_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