static int |
gsl.gsl_histogram2d_accumulate(gsl_histogram2d h,
double x,
double y,
double weight) |
static int |
gsl.gsl_histogram2d_add(gsl_histogram2d h1,
gsl_histogram2d h2) |
static gsl_histogram2d |
gsl.gsl_histogram2d_clone(gsl_histogram2d source) |
static double |
gsl.gsl_histogram2d_cov(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_div(gsl_histogram2d h1,
gsl_histogram2d h2) |
static int |
gsl.gsl_histogram2d_equal_bins_p(gsl_histogram2d h1,
gsl_histogram2d h2) |
static int |
gsl.gsl_histogram2d_find(gsl_histogram2d h,
double x,
double y,
SizeTPointer i,
SizeTPointer j) |
static int |
gsl.gsl_histogram2d_fprintf(gsl.FILE stream,
gsl_histogram2d h,
BytePointer range_format,
BytePointer bin_format) |
static int |
gsl.gsl_histogram2d_fprintf(gsl.FILE stream,
gsl_histogram2d h,
String range_format,
String bin_format) |
static int |
gsl.gsl_histogram2d_fread(gsl.FILE stream,
gsl_histogram2d h) |
static void |
gsl.gsl_histogram2d_free(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_fscanf(gsl.FILE stream,
gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_fwrite(gsl.FILE stream,
gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_get_xrange(gsl_histogram2d h,
long i,
double[] xlower,
double[] xupper) |
static int |
gsl.gsl_histogram2d_get_xrange(gsl_histogram2d h,
long i,
DoubleBuffer xlower,
DoubleBuffer xupper) |
static int |
gsl.gsl_histogram2d_get_xrange(gsl_histogram2d h,
long i,
DoublePointer xlower,
DoublePointer xupper) |
static int |
gsl.gsl_histogram2d_get_yrange(gsl_histogram2d h,
long j,
double[] ylower,
double[] yupper) |
static int |
gsl.gsl_histogram2d_get_yrange(gsl_histogram2d h,
long j,
DoubleBuffer ylower,
DoubleBuffer yupper) |
static int |
gsl.gsl_histogram2d_get_yrange(gsl_histogram2d h,
long j,
DoublePointer ylower,
DoublePointer yupper) |
static double |
gsl.gsl_histogram2d_get(gsl_histogram2d h,
long i,
long j) |
static int |
gsl.gsl_histogram2d_increment(gsl_histogram2d h,
double x,
double y) |
static void |
gsl.gsl_histogram2d_max_bin(gsl_histogram2d h,
SizeTPointer i,
SizeTPointer j) |
static double |
gsl.gsl_histogram2d_max_val(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_memcpy(gsl_histogram2d dest,
gsl_histogram2d source) |
static void |
gsl.gsl_histogram2d_min_bin(gsl_histogram2d h,
SizeTPointer i,
SizeTPointer j) |
static double |
gsl.gsl_histogram2d_min_val(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_mul(gsl_histogram2d h1,
gsl_histogram2d h2) |
static long |
gsl.gsl_histogram2d_nx(gsl_histogram2d h) |
static long |
gsl.gsl_histogram2d_ny(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_pdf_init(gsl_histogram2d_pdf p,
gsl_histogram2d h) |
static void |
gsl.gsl_histogram2d_reset(gsl_histogram2d h) |
static int |
gsl.gsl_histogram2d_scale(gsl_histogram2d h,
double scale) |
static int |
gsl.gsl_histogram2d_set_ranges_uniform(gsl_histogram2d h,
double xmin,
double xmax,
double ymin,
double ymax) |
static int |
gsl.gsl_histogram2d_set_ranges(gsl_histogram2d h,
double[] xrange,
long xsize,
double[] yrange,
long ysize) |
static int |
gsl.gsl_histogram2d_set_ranges(gsl_histogram2d h,
DoubleBuffer xrange,
long xsize,
DoubleBuffer yrange,
long ysize) |
static int |
gsl.gsl_histogram2d_set_ranges(gsl_histogram2d h,
DoublePointer xrange,
long xsize,
DoublePointer yrange,
long ysize) |
static int |
gsl.gsl_histogram2d_shift(gsl_histogram2d h,
double shift) |
static int |
gsl.gsl_histogram2d_sub(gsl_histogram2d h1,
gsl_histogram2d h2) |
static double |
gsl.gsl_histogram2d_sum(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_xmax(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_xmean(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_xmin(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_xsigma(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_ymax(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_ymean(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_ymin(gsl_histogram2d h) |
static double |
gsl.gsl_histogram2d_ysigma(gsl_histogram2d h) |