Uses of Class
org.bytedeco.gsl.gsl_min_fminimizer_type
-
Packages that use gsl_min_fminimizer_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_min_fminimizer_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_min_fminimizer_type Modifier and Type Method Description gsl_min_fminimizer_typegsl_min_fminimizer_type. getPointer(long i)gsl_min_fminimizer_typegsl_min_fminimizer_type. iterate(gsl_min_fminimizer_type.Iterate_Pointer_gsl_function_DoublePointer_DoublePointer_DoublePointer_DoublePointer_DoublePointer_DoublePointer setter)gsl_min_fminimizer_typegsl_min_fminimizer_type. name(BytePointer setter)gsl_min_fminimizer_typegsl_min_fminimizer_type. position(long position)gsl_min_fminimizer_typegsl_min_fminimizer_type. set(gsl_min_fminimizer_type.Set_Pointer_gsl_function_double_double_double_double_double_double setter)gsl_min_fminimizer_typegsl_min_fminimizer_type. size(long setter)gsl_min_fminimizer_typegsl_min_fminimizer. type()Methods in org.bytedeco.gsl with parameters of type gsl_min_fminimizer_type Modifier and Type Method Description gsl_min_fminimizergsl_min_fminimizer. type(gsl_min_fminimizer_type setter) -
Uses of gsl_min_fminimizer_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_min_fminimizer_type Modifier and Type Method Description static gsl_min_fminimizer_typegsl. gsl_min_fminimizer_brent()static gsl_min_fminimizer_typegsl. gsl_min_fminimizer_goldensection()static gsl_min_fminimizer_typegsl. gsl_min_fminimizer_quad_golden()Methods in org.bytedeco.gsl.global with parameters of type gsl_min_fminimizer_type Modifier and Type Method Description static gsl_min_fminimizergsl. gsl_min_fminimizer_alloc(gsl_min_fminimizer_type T)static voidgsl. gsl_min_fminimizer_brent(gsl_min_fminimizer_type setter)static voidgsl. gsl_min_fminimizer_goldensection(gsl_min_fminimizer_type setter)static voidgsl. gsl_min_fminimizer_quad_golden(gsl_min_fminimizer_type setter)
-