Go to the source code of this file.
|
static void | natural_list (cholmod_factor *L) |
|
static int | L_is_packed (cholmod_factor *L, cholmod_common *Common) |
|
static int | allocate_simplicial_numeric (cholmod_factor *L, cholmod_common *Common) |
|
static int | simplicial_symbolic_to_super_symbolic (cholmod_factor *L, cholmod_common *Common) |
|
static void | any_to_simplicial_symbolic (cholmod_factor *L, int to_ll, cholmod_common *Common) |
|
static void | ll_super_to_super_symbolic (cholmod_factor *L, cholmod_common *Common) |
|
static void | simplicial_symbolic_to_simplicial_numeric (cholmod_factor *L, int to_ll, int packed, int to_xtype, cholmod_common *Common) |
|
static void | change_simplicial_numeric (cholmod_factor *L, int to_ll, int to_packed, int to_monotonic, cholmod_common *Common) |
|
static void | ll_super_to_simplicial_numeric (cholmod_factor *L, int to_packed, int to_ll, cholmod_common *Common) |
|
static int | super_symbolic_to_ll_super (int to_xtype, cholmod_factor *L, cholmod_common *Common) |
|
int CHOLMOD() | change_factor (int to_xtype, int to_ll, int to_super, int to_packed, int to_monotonic, cholmod_factor *L, cholmod_common *Common) |
|