Uses of Class
org.bytedeco.gsl.gsl_histogram2d_pdf
-
Packages that use gsl_histogram2d_pdf Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_histogram2d_pdf in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_histogram2d_pdf Modifier and Type Method Description gsl_histogram2d_pdfgsl_histogram2d_pdf. getPointer(long i)gsl_histogram2d_pdfgsl_histogram2d_pdf. nx(long setter)gsl_histogram2d_pdfgsl_histogram2d_pdf. ny(long setter)gsl_histogram2d_pdfgsl_histogram2d_pdf. position(long position)gsl_histogram2d_pdfgsl_histogram2d_pdf. sum(DoublePointer setter)gsl_histogram2d_pdfgsl_histogram2d_pdf. xrange(DoublePointer setter)gsl_histogram2d_pdfgsl_histogram2d_pdf. yrange(DoublePointer setter) -
Uses of gsl_histogram2d_pdf in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_histogram2d_pdf Modifier and Type Method Description static gsl_histogram2d_pdfgsl. gsl_histogram2d_pdf_alloc(long nx, long ny)Methods in org.bytedeco.gsl.global with parameters of type gsl_histogram2d_pdf Modifier and Type Method Description static voidgsl. gsl_histogram2d_pdf_free(gsl_histogram2d_pdf p)static intgsl. gsl_histogram2d_pdf_init(gsl_histogram2d_pdf p, gsl_histogram2d h)static intgsl. gsl_histogram2d_pdf_sample(gsl_histogram2d_pdf p, double r1, double r2, double[] x, double[] y)static intgsl. gsl_histogram2d_pdf_sample(gsl_histogram2d_pdf p, double r1, double r2, DoubleBuffer x, DoubleBuffer y)static intgsl. gsl_histogram2d_pdf_sample(gsl_histogram2d_pdf p, double r1, double r2, DoublePointer x, DoublePointer y)
-