- gsl_ntuple_bookdata
int gsl_ntuple_bookdata(gsl_ntuple* ntuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_ntuple_close
int gsl_ntuple_close(gsl_ntuple* ntuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_ntuple_create
gsl_ntuple* gsl_ntuple_create(char* filename, void* ntuple_data, 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_ntuple_open
gsl_ntuple* gsl_ntuple_open(char* filename, void* ntuple_data, 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_ntuple_project
int gsl_ntuple_project(gsl_histogram* h, gsl_ntuple* ntuple, gsl_ntuple_value_fn* value_func, gsl_ntuple_select_fn* select_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_ntuple_read
int gsl_ntuple_read(gsl_ntuple* ntuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_ntuple_write
int gsl_ntuple_write(gsl_ntuple* ntuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D bindings for GSL.