Revision 22a32967b4fed9222e6ab91ea80193ffb73d13b8 authored by Ben Hermans on 22 April 2020, 17:19:39 UTC, committed by Ben Hermans on 22 April 2020, 17:19:39 UTC
1 parent aafe189
postorder.h
#ifndef LADEL_POSTORDER_H
#define LADEL_POSTORDER_H
#include "types.h"
ladel_int ladel_postorder(ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work* work);
#endif /*LADEL_POSTORDER_H*/

Computing file changes ...