Uses of Class
org.bytedeco.gsl.gsl_function_fdf
-
Packages that use gsl_function_fdf Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_function_fdf in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_function_fdf Modifier and Type Method Description gsl_function_fdfgsl_function_fdf. df(gsl_function_fdf.Df_double_Pointer setter)gsl_function_fdfgsl_function_fdf. f(gsl_function_fdf.F_double_Pointer setter)gsl_function_fdfgsl_function_fdf. fdf(gsl_function_fdf.Fdf_double_Pointer_DoublePointer_DoublePointer setter)gsl_function_fdfgsl_root_fdfsolver. fdf()gsl_function_fdfgsl_function_fdf. getPointer(long i)gsl_function_fdfgsl_function_fdf. params(Pointer setter)gsl_function_fdfgsl_function_fdf. position(long position)Methods in org.bytedeco.gsl with parameters of type gsl_function_fdf Modifier and Type Method Description intgsl_root_fdfsolver_type.Iterate_Pointer_gsl_function_fdf_DoublePointer. call(Pointer state, gsl_function_fdf f, DoublePointer root)intgsl_root_fdfsolver_type.Set_Pointer_gsl_function_fdf_DoublePointer. call(Pointer state, gsl_function_fdf f, DoublePointer root)gsl_root_fdfsolvergsl_root_fdfsolver. fdf(gsl_function_fdf setter) -
Uses of gsl_function_fdf in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_function_fdf Modifier and Type Method Description static intgsl. gsl_root_fdfsolver_set(gsl_root_fdfsolver s, gsl_function_fdf fdf, double root)
-