Routine to compute the postordering of the elimination tree.
Definition in file ladel_postorder.h.
#include "ladel_types.h"
Go to the source code of this file.
Functions | |
ladel_int | ladel_postorder (ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work *work) |
Compute the postordering of the elimination tree. More... | |
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.