Uses of Class
org.bytedeco.gsl.gsl_bst_type
-
Packages that use gsl_bst_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_bst_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl with parameters of type gsl_bst_type Modifier and Type Method Description gsl_bst_travgsl_bst_trav. type(gsl_bst_type setter)gsl_bst_workspacegsl_bst_workspace. type(gsl_bst_type setter) -
Uses of gsl_bst_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_bst_type Modifier and Type Method Description static gsl_bst_typegsl. gsl_bst_avl()static gsl_bst_typegsl. gsl_bst_rb()Methods in org.bytedeco.gsl.global with parameters of type gsl_bst_type 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)static voidgsl. gsl_bst_avl(gsl_bst_type setter)static voidgsl. gsl_bst_rb(gsl_bst_type setter)
-