Uses of Class
org.bytedeco.gsl.gsl_ran_discrete_t
-
Packages that use gsl_ran_discrete_t Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_ran_discrete_t in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_ran_discrete_t Modifier and Type Method Description gsl_ran_discrete_tgsl_ran_discrete_t. A(SizeTPointer setter)gsl_ran_discrete_tgsl_ran_discrete_t. F(DoublePointer setter)gsl_ran_discrete_tgsl_ran_discrete_t. getPointer(long i)gsl_ran_discrete_tgsl_ran_discrete_t. K(long setter)gsl_ran_discrete_tgsl_ran_discrete_t. position(long position) -
Uses of gsl_ran_discrete_t in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_ran_discrete_t Modifier and Type Method Description static gsl_ran_discrete_tgsl. gsl_ran_discrete_preproc(long K, double[] P)static gsl_ran_discrete_tgsl. gsl_ran_discrete_preproc(long K, DoubleBuffer P)static gsl_ran_discrete_tgsl. gsl_ran_discrete_preproc(long K, DoublePointer P)Methods in org.bytedeco.gsl.global with parameters of type gsl_ran_discrete_t Modifier and Type Method Description static longgsl. gsl_ran_discrete(gsl_rng r, gsl_ran_discrete_t g)static voidgsl. gsl_ran_discrete_free(gsl_ran_discrete_t g)static doublegsl. gsl_ran_discrete_pdf(long k, gsl_ran_discrete_t g)
-