gsl.dht

D bindings for GSL.

Members

Aliases

gsl_dht
alias gsl_dht = gsl_dht_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_dht_alloc
gsl_dht* gsl_dht_alloc(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_dht_apply
int gsl_dht_apply(const(gsl_dht)* t, double* f_in, double* f_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_dht_free
void gsl_dht_free(gsl_dht* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_dht_init
int gsl_dht_init(gsl_dht* t, double nu, double xmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_dht_k_sample
double gsl_dht_k_sample(const(gsl_dht)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_dht_new
gsl_dht* gsl_dht_new(size_t size, double nu, double xmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_dht_x_sample
double gsl_dht_x_sample(const(gsl_dht)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_dht_struct
struct gsl_dht_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