Uses of Class
org.bytedeco.gsl.gsl_bst_cmp_function
-
Packages that use gsl_bst_cmp_function Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_bst_cmp_function in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_bst_cmp_function Modifier and Type Method Description gsl_bst_cmp_functiongsl_bst_avl_table. avl_compare()gsl_bst_cmp_functiongsl_bst_rb_table. rb_compare()Methods in org.bytedeco.gsl with parameters of type gsl_bst_cmp_function Modifier and Type Method Description gsl_bst_avl_tablegsl_bst_avl_table. avl_compare(gsl_bst_cmp_function setter)intgsl_bst_type.Init_gsl_bst_allocator_gsl_bst_cmp_function_Pointer_Pointer. call(gsl_bst_allocator allocator, gsl_bst_cmp_function compare, Pointer params, Pointer vtable)gsl_bst_rb_tablegsl_bst_rb_table. rb_compare(gsl_bst_cmp_function setter) -
Uses of gsl_bst_cmp_function in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_bst_cmp_function Modifier and Type Method Description static gsl_bst_workspacegsl. gsl_bst_alloc(gsl_bst_type T, gsl_bst_allocator allocator, gsl_bst_cmp_function compare, Pointer params)
-