#ifndef LADEL_POSTORDER_H #define LADEL_POSTORDER_H #include "ladel_types.h" ladel_int ladel_postorder(ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work* work); #endif /*LADEL_POSTORDER_H*/