Go to the source code of this file.
|
static void | amesos_dfs (Int j, Int Ap [], Int Ai [], Int Q [], Int Time [], Int Flag [], Int Low [], Int *p_nblocks, Int *p_timestamp, Int Cstack [], Int Jstack [], Int Pstack []) |
|
Int | BTF (strongcomp) |
|
◆ DLONG
◆ UNVISITED
#define UNVISITED (-2) /* Flag [j] = UNVISITED if node j not visited yet */ |
◆ UNASSIGNED
◆ amesos_dfs()
static void amesos_dfs |
( |
Int |
j, |
|
|
Int |
Ap[], |
|
|
Int |
Ai[], |
|
|
Int |
Q[], |
|
|
Int |
Time[], |
|
|
Int |
Flag[], |
|
|
Int |
Low[], |
|
|
Int * |
p_nblocks, |
|
|
Int * |
p_timestamp, |
|
|
Int |
Cstack[], |
|
|
Int |
Jstack[], |
|
|
Int |
Pstack[] |
|
) |
| |
|
static |
◆ BTF()