gsl.multiset

D bindings for GSL.

Members

Aliases

gsl_multiset
alias gsl_multiset = gsl_multiset_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_multiset_alloc
gsl_multiset* gsl_multiset_alloc(size_t n, 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_multiset_calloc
gsl_multiset* gsl_multiset_calloc(size_t n, 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_multiset_data
size_t* gsl_multiset_data(const(gsl_multiset)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_fprintf
int gsl_multiset_fprintf(FILE* stream, const(gsl_multiset)* c, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_fread
int gsl_multiset_fread(FILE* stream, gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_free
void gsl_multiset_free(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_fscanf
int gsl_multiset_fscanf(FILE* stream, gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_fwrite
int gsl_multiset_fwrite(FILE* stream, const(gsl_multiset)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_get
size_t gsl_multiset_get(const(gsl_multiset)* c, size_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_init_first
void gsl_multiset_init_first(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_init_last
void gsl_multiset_init_last(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_k
size_t gsl_multiset_k(const(gsl_multiset)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_memcpy
int gsl_multiset_memcpy(gsl_multiset* dest, const(gsl_multiset)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_n
size_t gsl_multiset_n(const(gsl_multiset)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_next
int gsl_multiset_next(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_prev
int gsl_multiset_prev(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multiset_valid
int gsl_multiset_valid(gsl_multiset* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_multiset_struct
struct gsl_multiset_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