Include dependency graph for ladel_postorder.c:Go to the source code of this file.
Macros | |
| #define | STACK_NOT_EMPTY (top >= 0) |
Functions | |
| ladel_int | ladel_postorder (ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work *work) |
| Compute the postordering of the elimination tree. More... | |
| #define STACK_NOT_EMPTY (top >= 0) |
Definition at line 4 of file ladel_postorder.c.
| ladel_int ladel_postorder | ( | ladel_sparse_matrix * | M, |
| ladel_symbolics * | sym, | ||
| ladel_work * | work | ||
| ) |
Compute the postordering of the elimination tree.
| M | Sparse matrix to be analyzed |
| sym | Symbolics of the factorization (sym->post contains the output) |
| work | LADEL workspace |
Definition at line 35 of file ladel_postorder.c.
Here is the caller graph for this function: