Uses of Class
org.bytedeco.gsl.gsl_histogram2d
-
Packages that use gsl_histogram2d Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_histogram2d in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_histogram2d Modifier and Type Method Description gsl_histogram2dgsl_histogram2d. bin(DoublePointer setter)gsl_histogram2dgsl_histogram2d. getPointer(long i)gsl_histogram2dgsl_histogram2d. nx(long setter)gsl_histogram2dgsl_histogram2d. ny(long setter)gsl_histogram2dgsl_histogram2d. position(long position)gsl_histogram2dgsl_histogram2d. xrange(DoublePointer setter)gsl_histogram2dgsl_histogram2d. yrange(DoublePointer setter) -
Uses of gsl_histogram2d in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_histogram2d Modifier and Type Method Description static gsl_histogram2dgsl. gsl_histogram2d_alloc(long nx, long ny)static gsl_histogram2dgsl. gsl_histogram2d_calloc(long nx, long ny)static gsl_histogram2dgsl. gsl_histogram2d_calloc_range(long nx, long ny, double[] xrange, double[] yrange)static gsl_histogram2dgsl. gsl_histogram2d_calloc_range(long nx, long ny, DoubleBuffer xrange, DoubleBuffer yrange)static gsl_histogram2dgsl. gsl_histogram2d_calloc_range(long nx, long ny, DoublePointer xrange, DoublePointer yrange)static gsl_histogram2dgsl. gsl_histogram2d_calloc_uniform(long nx, long ny, double xmin, double xmax, double ymin, double ymax)static gsl_histogram2dgsl. gsl_histogram2d_clone(gsl_histogram2d source)
-