Uses of Class
org.bytedeco.gsl.gsl_monte_plain_state
-
Packages that use gsl_monte_plain_state Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_monte_plain_state in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_monte_plain_state Modifier and Type Method Description gsl_monte_plain_stategsl_monte_plain_state. dim(long setter)gsl_monte_plain_stategsl_monte_plain_state. getPointer(long i)gsl_monte_plain_stategsl_monte_plain_state. position(long position)gsl_monte_plain_stategsl_monte_plain_state. x(DoublePointer setter) -
Uses of gsl_monte_plain_state in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_monte_plain_state Modifier and Type Method Description static gsl_monte_plain_stategsl. gsl_monte_plain_alloc(long dim)Methods in org.bytedeco.gsl.global with parameters of type gsl_monte_plain_state Modifier and Type Method Description static voidgsl. gsl_monte_plain_free(gsl_monte_plain_state state)static intgsl. gsl_monte_plain_init(gsl_monte_plain_state state)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)
-