3 #include
"gsl/gsl_histogram2d.h"
6 %include
"gsl/gsl_histogram2d.h"
12 gsl_histogram2d_calloc
13 gsl_histogram2d_calloc_uniform
15 gsl_histogram2d_increment
16 gsl_histogram2d_accumulate
19 gsl_histogram2d_get_xrange
20 gsl_histogram2d_get_yrange
28 gsl_histogram2d_calloc_range
29 gsl_histogram2d_set_ranges_uniform
30 gsl_histogram2d_set_ranges
31 gsl_histogram2d_memcpy
33 gsl_histogram2d_max_val
34 gsl_histogram2d_max_bin
35 gsl_histogram2d_min_val
36 gsl_histogram2d_min_bin
39 gsl_histogram2d_xsigma
40 gsl_histogram2d_ysigma
43 gsl_histogram2d_equal_bins_p
50 gsl_histogram2d_fwrite
52 gsl_histogram2d_fprintf
53 gsl_histogram2d_fscanf
54 gsl_histogram2d_pdf_alloc
55 gsl_histogram2d_pdf_init
56 gsl_histogram2d_pdf_free
57 gsl_histogram2d_pdf_sample
59 %EXPORT_TAGS
= ( all
=> [ @EXPORT_OK
] );