Uses of Class
org.bytedeco.gsl.gsl_monte_vegas_params
-
Packages that use gsl_monte_vegas_params Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_monte_vegas_params in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_monte_vegas_params Modifier and Type Method Description gsl_monte_vegas_paramsgsl_monte_vegas_params. alpha(double setter)gsl_monte_vegas_paramsgsl_monte_vegas_params. getPointer(long i)gsl_monte_vegas_paramsgsl_monte_vegas_params. iterations(long setter)gsl_monte_vegas_paramsgsl_monte_vegas_params. mode(int setter)gsl_monte_vegas_paramsgsl_monte_vegas_params. ostream(gsl.FILE setter)gsl_monte_vegas_paramsgsl_monte_vegas_params. position(long position)gsl_monte_vegas_paramsgsl_monte_vegas_params. stage(int setter)gsl_monte_vegas_paramsgsl_monte_vegas_params. verbose(int setter) -
Uses of gsl_monte_vegas_params in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_monte_vegas_params Modifier and Type Method Description static voidgsl. gsl_monte_vegas_params_get(gsl_monte_vegas_state state, gsl_monte_vegas_params params)static voidgsl. gsl_monte_vegas_params_set(gsl_monte_vegas_state state, gsl_monte_vegas_params params)
-