Uses of Class
org.bytedeco.gsl.gsl_bst_allocator
-
Packages that use gsl_bst_allocator Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_bst_allocator in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_bst_allocator Modifier and Type Method Description gsl_bst_allocatorgsl_bst_allocator. _free(gsl_bst_allocator.Free_Pointer_Pointer setter)gsl_bst_allocatorgsl_bst_allocator. alloc(gsl_bst_allocator.Alloc_long_Pointer setter)gsl_bst_allocatorgsl_bst_avl_table. avl_alloc()gsl_bst_allocatorgsl_bst_allocator. getPointer(long i)gsl_bst_allocatorgsl_bst_allocator. position(long position)gsl_bst_allocatorgsl_bst_rb_table. rb_alloc()Methods in org.bytedeco.gsl with parameters of type gsl_bst_allocator Modifier and Type Method Description gsl_bst_avl_tablegsl_bst_avl_table. avl_alloc(gsl_bst_allocator 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_alloc(gsl_bst_allocator setter) -
Uses of gsl_bst_allocator in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_bst_allocator 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)
-