Uses of Class
org.bytedeco.gsl.gsl_multimin_fminimizer_type
-
Packages that use gsl_multimin_fminimizer_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_multimin_fminimizer_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl with parameters of type gsl_multimin_fminimizer_type Modifier and Type Method Description gsl_multimin_fminimizergsl_multimin_fminimizer. type(gsl_multimin_fminimizer_type setter) -
Uses of gsl_multimin_fminimizer_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_multimin_fminimizer_type Modifier and Type Method Description static gsl_multimin_fminimizer_typegsl. gsl_multimin_fminimizer_nmsimplex()static gsl_multimin_fminimizer_typegsl. gsl_multimin_fminimizer_nmsimplex2()static gsl_multimin_fminimizer_typegsl. gsl_multimin_fminimizer_nmsimplex2rand()Methods in org.bytedeco.gsl.global with parameters of type gsl_multimin_fminimizer_type Modifier and Type Method Description static gsl_multimin_fminimizergsl. gsl_multimin_fminimizer_alloc(gsl_multimin_fminimizer_type T, long n)static voidgsl. gsl_multimin_fminimizer_nmsimplex(gsl_multimin_fminimizer_type setter)static voidgsl. gsl_multimin_fminimizer_nmsimplex2(gsl_multimin_fminimizer_type setter)static voidgsl. gsl_multimin_fminimizer_nmsimplex2rand(gsl_multimin_fminimizer_type setter)
-