Uses of Class
org.bytedeco.gsl.gsl_histogram
-
Packages that use gsl_histogram Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_histogram in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_histogram Modifier and Type Method Description gsl_histogramgsl_histogram. bin(DoublePointer setter)gsl_histogramgsl_histogram. getPointer(long i)gsl_histogramgsl_histogram. n(long setter)gsl_histogramgsl_histogram. position(long position)gsl_histogramgsl_histogram. range(DoublePointer setter) -
Uses of gsl_histogram in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_histogram Modifier and Type Method Description static gsl_histogramgsl. gsl_histogram_alloc(long n)static gsl_histogramgsl. gsl_histogram_calloc(long n)static gsl_histogramgsl. gsl_histogram_calloc_range(long n, double[] range)static gsl_histogramgsl. gsl_histogram_calloc_range(long n, DoubleBuffer range)static gsl_histogramgsl. gsl_histogram_calloc_range(long n, DoublePointer range)static gsl_histogramgsl. gsl_histogram_calloc_uniform(long n, double xmin, double xmax)static gsl_histogramgsl. gsl_histogram_clone(gsl_histogram source)
-