gsl v0.1.8 (2017-02-24T13:32:01Z)
Home
Dub
Repo
gsl_poly_complex_workspace
gsl
poly
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
gsl_poly_complex_workspace {
size_t
nc
;
double
*
matrix
;
}
Members
Variables
matrix
double
*
matrix
;
Undocumented in source.
nc
size_t
nc
;
Undocumented in source.
Meta
Source
See Implementation
gsl
poly
functions
gsl_complex_poly_complex_eval
gsl_poly_complex_eval
gsl_poly_complex_solve
gsl_poly_complex_solve_cubic
gsl_poly_complex_solve_quadratic
gsl_poly_complex_workspace_alloc
gsl_poly_complex_workspace_free
gsl_poly_dd_eval
gsl_poly_dd_hermite_init
gsl_poly_dd_init
gsl_poly_dd_taylor
gsl_poly_eval
gsl_poly_eval_derivs
gsl_poly_solve_cubic
gsl_poly_solve_quadratic
structs
gsl_poly_complex_workspace