Go to the source code of this file.
|
static int | amesos_initialize_node (Int k, Int Post [], Int Parent [], Int ColCount [], Int PrevNbr []) |
|
static void | amesos_process_edge (Int p, Int u, Int k, Int First [], Int PrevNbr [], Int ColCount [], Int PrevLeaf [], Int RowCount [], Int SetParent [], Int Level []) |
|
static void | amesos_finalize_node (Int p, Int Parent [], Int SetParent []) |
|
int CHOLMOD() | rowcolcounts (cholmod_sparse *A, Int *fset, size_t fsize, Int *Parent, Int *Post, Int *RowCount, Int *ColCount, Int *First, Int *Level, cholmod_common *Common) |
|
◆ amesos_initialize_node()
static int amesos_initialize_node |
( |
Int |
k, |
|
|
Int |
Post[], |
|
|
Int |
Parent[], |
|
|
Int |
ColCount[], |
|
|
Int |
PrevNbr[] |
|
) |
| |
|
static |
◆ amesos_process_edge()
static void amesos_process_edge |
( |
Int |
p, |
|
|
Int |
u, |
|
|
Int |
k, |
|
|
Int |
First[], |
|
|
Int |
PrevNbr[], |
|
|
Int |
ColCount[], |
|
|
Int |
PrevLeaf[], |
|
|
Int |
RowCount[], |
|
|
Int |
SetParent[], |
|
|
Int |
Level[] |
|
) |
| |
|
static |
◆ amesos_finalize_node()
static void amesos_finalize_node |
( |
Int |
p, |
|
|
Int |
Parent[], |
|
|
Int |
SetParent[] |
|
) |
| |
|
static |
◆ rowcolcounts()