Uses of Class
org.bytedeco.gsl.gsl_rng
-
Packages that use gsl_rng Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_rng in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_rng Modifier and Type Method Description gsl_rnggsl_rng. getPointer(long i)gsl_rnggsl_rng. position(long position)gsl_rnggsl_rng. state(Pointer setter)gsl_rnggsl_rng. type(gsl_rng_type setter)Methods in org.bytedeco.gsl with parameters of type gsl_rng Modifier and Type Method Description voidgsl_siman_step_t. call(gsl_rng r, Pointer xp, double step_size) -
Uses of gsl_rng in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_rng Modifier and Type Method Description static gsl_rnggsl. gsl_rng_alloc(gsl_rng_type T)static gsl_rnggsl. gsl_rng_clone(gsl_rng r)Methods in org.bytedeco.gsl.global with parameters of type gsl_rng Modifier and Type Method Description static intgsl. gsl_monte_miser_integrate(gsl_monte_function f, double[] xl, double[] xh, long dim, long calls, gsl_rng r, gsl_monte_miser_state state, double[] result, double[] abserr)static intgsl. gsl_monte_miser_integrate(gsl_monte_function f, DoubleBuffer xl, DoubleBuffer xh, long dim, long calls, gsl_rng r, gsl_monte_miser_state state, DoubleBuffer result, DoubleBuffer abserr)static intgsl. gsl_monte_miser_integrate(gsl_monte_function f, DoublePointer xl, DoublePointer xh, long dim, long calls, gsl_rng r, gsl_monte_miser_state state, DoublePointer result, DoublePointer abserr)static intgsl. gsl_monte_plain_integrate(gsl_monte_function f, double[] xl, double[] xu, long dim, long calls, gsl_rng r, gsl_monte_plain_state state, double[] result, double[] abserr)static intgsl. gsl_monte_plain_integrate(gsl_monte_function f, DoubleBuffer xl, DoubleBuffer xu, long dim, long calls, gsl_rng r, gsl_monte_plain_state state, DoubleBuffer result, DoubleBuffer abserr)static intgsl. gsl_monte_plain_integrate(gsl_monte_function f, DoublePointer xl, DoublePointer xu, long dim, long calls, gsl_rng r, gsl_monte_plain_state state, DoublePointer result, DoublePointer abserr)static intgsl. gsl_monte_vegas_integrate(gsl_monte_function f, double[] xl, double[] xu, long dim, long calls, gsl_rng r, gsl_monte_vegas_state state, double[] result, double[] abserr)static intgsl. gsl_monte_vegas_integrate(gsl_monte_function f, DoubleBuffer xl, DoubleBuffer xu, long dim, long calls, gsl_rng r, gsl_monte_vegas_state state, DoubleBuffer result, DoubleBuffer abserr)static intgsl. gsl_monte_vegas_integrate(gsl_monte_function f, DoublePointer xl, DoublePointer xu, long dim, long calls, gsl_rng r, gsl_monte_vegas_state state, DoublePointer result, DoublePointer abserr)static intgsl. gsl_ran_bernoulli(gsl_rng r, double p)static doublegsl. gsl_ran_beta(gsl_rng r, double a, double b)static intgsl. gsl_ran_binomial(gsl_rng r, double p, int n)static intgsl. gsl_ran_binomial_knuth(gsl_rng r, double p, int n)static intgsl. gsl_ran_binomial_tpe(gsl_rng r, double p, int n)static voidgsl. gsl_ran_bivariate_gaussian(gsl_rng r, double sigma_x, double sigma_y, double rho, double[] x, double[] y)static voidgsl. gsl_ran_bivariate_gaussian(gsl_rng r, double sigma_x, double sigma_y, double rho, DoubleBuffer x, DoubleBuffer y)static voidgsl. gsl_ran_bivariate_gaussian(gsl_rng r, double sigma_x, double sigma_y, double rho, DoublePointer x, DoublePointer y)static doublegsl. gsl_ran_cauchy(gsl_rng r, double a)static doublegsl. gsl_ran_chisq(gsl_rng r, double nu)static intgsl. gsl_ran_choose(gsl_rng r, Pointer dest, long k, Pointer src, long n, long size)static voidgsl. gsl_ran_dir_2d(gsl_rng r, double[] x, double[] y)static voidgsl. gsl_ran_dir_2d(gsl_rng r, DoubleBuffer x, DoubleBuffer y)static voidgsl. gsl_ran_dir_2d(gsl_rng r, DoublePointer x, DoublePointer y)static voidgsl. gsl_ran_dir_2d_trig_method(gsl_rng r, double[] x, double[] y)static voidgsl. gsl_ran_dir_2d_trig_method(gsl_rng r, DoubleBuffer x, DoubleBuffer y)static voidgsl. gsl_ran_dir_2d_trig_method(gsl_rng r, DoublePointer x, DoublePointer y)static voidgsl. gsl_ran_dir_3d(gsl_rng r, double[] x, double[] y, double[] z)static voidgsl. gsl_ran_dir_3d(gsl_rng r, DoubleBuffer x, DoubleBuffer y, DoubleBuffer z)static voidgsl. gsl_ran_dir_3d(gsl_rng r, DoublePointer x, DoublePointer y, DoublePointer z)static voidgsl. gsl_ran_dir_nd(gsl_rng r, long n, double[] x)static voidgsl. gsl_ran_dir_nd(gsl_rng r, long n, DoubleBuffer x)static voidgsl. gsl_ran_dir_nd(gsl_rng r, long n, DoublePointer x)static voidgsl. gsl_ran_dirichlet(gsl_rng r, long K, double[] alpha, double[] theta)static voidgsl. gsl_ran_dirichlet(gsl_rng r, long K, DoubleBuffer alpha, DoubleBuffer theta)static voidgsl. gsl_ran_dirichlet(gsl_rng r, long K, DoublePointer alpha, DoublePointer theta)static longgsl. gsl_ran_discrete(gsl_rng r, gsl_ran_discrete_t g)static doublegsl. gsl_ran_erlang(gsl_rng r, double a, double n)static doublegsl. gsl_ran_exponential(gsl_rng r, double mu)static doublegsl. gsl_ran_exppow(gsl_rng r, double a, double b)static doublegsl. gsl_ran_fdist(gsl_rng r, double nu1, double nu2)static doublegsl. gsl_ran_flat(gsl_rng r, double a, double b)static doublegsl. gsl_ran_gamma(gsl_rng r, double a, double b)static doublegsl. gsl_ran_gamma_int(gsl_rng r, int a)static doublegsl. gsl_ran_gamma_knuth(gsl_rng r, double a, double b)static doublegsl. gsl_ran_gamma_mt(gsl_rng r, double a, double b)static doublegsl. gsl_ran_gaussian(gsl_rng r, double sigma)static doublegsl. gsl_ran_gaussian_ratio_method(gsl_rng r, double sigma)static doublegsl. gsl_ran_gaussian_tail(gsl_rng r, double a, double sigma)static doublegsl. gsl_ran_gaussian_ziggurat(gsl_rng r, double sigma)static intgsl. gsl_ran_geometric(gsl_rng r, double p)static doublegsl. gsl_ran_gumbel1(gsl_rng r, double a, double b)static doublegsl. gsl_ran_gumbel2(gsl_rng r, double a, double b)static intgsl. gsl_ran_hypergeometric(gsl_rng r, int n1, int n2, int t)static doublegsl. gsl_ran_landau(gsl_rng r)static doublegsl. gsl_ran_laplace(gsl_rng r, double a)static doublegsl. gsl_ran_levy(gsl_rng r, double c, double alpha)static doublegsl. gsl_ran_levy_skew(gsl_rng r, double c, double alpha, double beta)static intgsl. gsl_ran_logarithmic(gsl_rng r, double p)static doublegsl. gsl_ran_logistic(gsl_rng r, double a)static doublegsl. gsl_ran_lognormal(gsl_rng r, double zeta, double sigma)static voidgsl. gsl_ran_multinomial(gsl_rng r, long K, int N, double[] p, int[] n)static voidgsl. gsl_ran_multinomial(gsl_rng r, long K, int N, DoubleBuffer p, IntBuffer n)static voidgsl. gsl_ran_multinomial(gsl_rng r, long K, int N, DoublePointer p, IntPointer n)static intgsl. gsl_ran_multivariate_gaussian(gsl_rng r, gsl_vector mu, gsl_matrix L, gsl_vector result)static intgsl. gsl_ran_negative_binomial(gsl_rng r, double p, double n)static doublegsl. gsl_ran_pareto(gsl_rng r, double a, double b)static intgsl. gsl_ran_pascal(gsl_rng r, double p, int n)static intgsl. gsl_ran_poisson(gsl_rng r, double mu)static voidgsl. gsl_ran_poisson_array(gsl_rng r, long n, int[] array, double mu)static voidgsl. gsl_ran_poisson_array(gsl_rng r, long n, IntBuffer array, double mu)static voidgsl. gsl_ran_poisson_array(gsl_rng r, long n, IntPointer array, double mu)static doublegsl. gsl_ran_rayleigh(gsl_rng r, double sigma)static doublegsl. gsl_ran_rayleigh_tail(gsl_rng r, double a, double sigma)static voidgsl. gsl_ran_sample(gsl_rng r, Pointer dest, long k, Pointer src, long n, long size)static voidgsl. gsl_ran_shuffle(gsl_rng r, Pointer base, long nmembm, long size)static doublegsl. gsl_ran_tdist(gsl_rng r, double nu)static doublegsl. gsl_ran_ugaussian(gsl_rng r)static doublegsl. gsl_ran_ugaussian_ratio_method(gsl_rng r)static doublegsl. gsl_ran_ugaussian_tail(gsl_rng r, double a)static doublegsl. gsl_ran_weibull(gsl_rng r, double a, double b)static intgsl. gsl_ran_wishart(gsl_rng r, double df, gsl_matrix L, gsl_matrix result, gsl_matrix work)static gsl_rnggsl. gsl_rng_clone(gsl_rng r)static intgsl. gsl_rng_fread(gsl.FILE stream, gsl_rng r)static voidgsl. gsl_rng_free(gsl_rng r)static intgsl. gsl_rng_fwrite(gsl.FILE stream, gsl_rng r)static longgsl. gsl_rng_get(gsl_rng r)static longgsl. gsl_rng_max(gsl_rng r)static intgsl. gsl_rng_memcpy(gsl_rng dest, gsl_rng src)static longgsl. gsl_rng_min(gsl_rng r)static BytePointergsl. gsl_rng_name(gsl_rng r)static voidgsl. gsl_rng_print_state(gsl_rng r)static voidgsl. gsl_rng_set(gsl_rng r, long seed)static longgsl. gsl_rng_size(gsl_rng r)static Pointergsl. gsl_rng_state(gsl_rng r)static doublegsl. gsl_rng_uniform(gsl_rng r)static longgsl. gsl_rng_uniform_int(gsl_rng r, long n)static doublegsl. gsl_rng_uniform_pos(gsl_rng r)static voidgsl. gsl_siman_solve(gsl_rng r, Pointer x0_p, gsl_siman_Efunc_t Ef, gsl_siman_step_t take_step, gsl_siman_metric_t distance, gsl_siman_print_t print_position, gsl_siman_copy_t copyfunc, gsl_siman_copy_construct_t copy_constructor, gsl_siman_destroy_t destructor, long element_size, gsl_siman_params_t params)static voidgsl. gsl_siman_solve_many(gsl_rng r, Pointer x0_p, gsl_siman_Efunc_t Ef, gsl_siman_step_t take_step, gsl_siman_metric_t distance, gsl_siman_print_t print_position, long element_size, gsl_siman_params_t params)
-