| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
gsl_bst_workspace |
gsl_bst_workspace.position(long position) |
gsl_bst_workspace |
gsl_bst_workspace.table_avl_table(gsl_bst_avl_table setter) |
gsl_bst_workspace |
gsl_bst_workspace.table_rb_table(gsl_bst_rb_table setter) |
gsl_bst_workspace |
gsl_spmatrix_ushort.tree() |
gsl_bst_workspace |
gsl_spmatrix_ulong.tree() |
gsl_bst_workspace |
gsl_spmatrix_uint.tree() |
gsl_bst_workspace |
gsl_spmatrix_uchar.tree() |
gsl_bst_workspace |
gsl_spmatrix_short.tree() |
gsl_bst_workspace |
gsl_spmatrix_long.tree() |
gsl_bst_workspace |
gsl_spmatrix_int.tree() |
gsl_bst_workspace |
gsl_spmatrix_float.tree() |
gsl_bst_workspace |
gsl_spmatrix_complex_float.tree() |
gsl_bst_workspace |
gsl_spmatrix_complex.tree() |
gsl_bst_workspace |
gsl_spmatrix_char.tree() |
gsl_bst_workspace |
gsl_spmatrix.tree() |
gsl_bst_workspace |
gsl_bst_workspace.type(gsl_bst_type setter) |
| Modifier and Type | Method and Description |
|---|---|
gsl_spmatrix_ushort |
gsl_spmatrix_ushort.tree(gsl_bst_workspace setter) |
gsl_spmatrix_ulong |
gsl_spmatrix_ulong.tree(gsl_bst_workspace setter) |
gsl_spmatrix_uint |
gsl_spmatrix_uint.tree(gsl_bst_workspace setter) |
gsl_spmatrix_uchar |
gsl_spmatrix_uchar.tree(gsl_bst_workspace setter) |
gsl_spmatrix_short |
gsl_spmatrix_short.tree(gsl_bst_workspace setter) |
gsl_spmatrix_long |
gsl_spmatrix_long.tree(gsl_bst_workspace setter) |
gsl_spmatrix_int |
gsl_spmatrix_int.tree(gsl_bst_workspace setter) |
gsl_spmatrix_float |
gsl_spmatrix_float.tree(gsl_bst_workspace setter) |
gsl_spmatrix_complex_float |
gsl_spmatrix_complex_float.tree(gsl_bst_workspace setter) |
gsl_spmatrix_complex |
gsl_spmatrix_complex.tree(gsl_bst_workspace setter) |
gsl_spmatrix_char |
gsl_spmatrix_char.tree(gsl_bst_workspace setter) |
gsl_spmatrix |
gsl_spmatrix.tree(gsl_bst_workspace setter) |
| Modifier and Type | Method and Description |
|---|---|
static gsl_bst_workspace |
gsl.gsl_bst_alloc(gsl_bst_type T,
gsl_bst_allocator allocator,
gsl_bst_cmp_function compare,
Pointer params) |
| Modifier and Type | Method and Description |
|---|---|
static int |
gsl.gsl_bst_empty(gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_find(Pointer item,
gsl_bst_workspace w) |
static void |
gsl.gsl_bst_free(gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_insert(Pointer item,
gsl_bst_workspace w) |
static BytePointer |
gsl.gsl_bst_name(gsl_bst_workspace w) |
static long |
gsl.gsl_bst_node_size(gsl_bst_workspace w) |
static long |
gsl.gsl_bst_nodes(gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_remove(Pointer item,
gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_trav_find(Pointer item,
gsl_bst_trav trav,
gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_trav_first(gsl_bst_trav trav,
gsl_bst_workspace w) |
static int |
gsl.gsl_bst_trav_init(gsl_bst_trav trav,
gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_trav_insert(Pointer item,
gsl_bst_trav trav,
gsl_bst_workspace w) |
static Pointer |
gsl.gsl_bst_trav_last(gsl_bst_trav trav,
gsl_bst_workspace w) |
Copyright © 2020. All rights reserved.