Uses of Class
org.bytedeco.gsl.gsl_root_fdfsolver_type
-
Packages that use gsl_root_fdfsolver_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_root_fdfsolver_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_root_fdfsolver_type Modifier and Type Method Description gsl_root_fdfsolver_typegsl_root_fdfsolver_type. getPointer(long i)gsl_root_fdfsolver_typegsl_root_fdfsolver_type. iterate(gsl_root_fdfsolver_type.Iterate_Pointer_gsl_function_fdf_DoublePointer setter)gsl_root_fdfsolver_typegsl_root_fdfsolver_type. name(BytePointer setter)gsl_root_fdfsolver_typegsl_root_fdfsolver_type. position(long position)gsl_root_fdfsolver_typegsl_root_fdfsolver_type. set(gsl_root_fdfsolver_type.Set_Pointer_gsl_function_fdf_DoublePointer setter)gsl_root_fdfsolver_typegsl_root_fdfsolver_type. size(long setter)gsl_root_fdfsolver_typegsl_root_fdfsolver. type()Methods in org.bytedeco.gsl with parameters of type gsl_root_fdfsolver_type Modifier and Type Method Description gsl_root_fdfsolvergsl_root_fdfsolver. type(gsl_root_fdfsolver_type setter) -
Uses of gsl_root_fdfsolver_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_root_fdfsolver_type Modifier and Type Method Description static gsl_root_fdfsolver_typegsl. gsl_root_fdfsolver_newton()static gsl_root_fdfsolver_typegsl. gsl_root_fdfsolver_secant()static gsl_root_fdfsolver_typegsl. gsl_root_fdfsolver_steffenson()Methods in org.bytedeco.gsl.global with parameters of type gsl_root_fdfsolver_type Modifier and Type Method Description static gsl_root_fdfsolvergsl. gsl_root_fdfsolver_alloc(gsl_root_fdfsolver_type T)static voidgsl. gsl_root_fdfsolver_newton(gsl_root_fdfsolver_type setter)static voidgsl. gsl_root_fdfsolver_secant(gsl_root_fdfsolver_type setter)static voidgsl. gsl_root_fdfsolver_steffenson(gsl_root_fdfsolver_type setter)
-