Uses of Class
org.bytedeco.gsl.gsl_histogram_pdf
-
Packages that use gsl_histogram_pdf Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_histogram_pdf in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_histogram_pdf Modifier and Type Method Description gsl_histogram_pdfgsl_histogram_pdf. getPointer(long i)gsl_histogram_pdfgsl_histogram_pdf. n(long setter)gsl_histogram_pdfgsl_histogram_pdf. position(long position)gsl_histogram_pdfgsl_histogram_pdf. range(DoublePointer setter)gsl_histogram_pdfgsl_histogram_pdf. sum(DoublePointer setter) -
Uses of gsl_histogram_pdf in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_histogram_pdf Modifier and Type Method Description static gsl_histogram_pdfgsl. gsl_histogram_pdf_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_histogram_pdf Modifier and Type Method Description static voidgsl. gsl_histogram_pdf_free(gsl_histogram_pdf p)static intgsl. gsl_histogram_pdf_init(gsl_histogram_pdf p, gsl_histogram h)static doublegsl. gsl_histogram_pdf_sample(gsl_histogram_pdf p, double r)
-