Revision 4b8787751140ba66a11e18577919f5f9686c526f authored by Ben Hermans on 04 May 2020, 08:48:47 UTC, committed by Ben Hermans on 04 May 2020, 08:48:47 UTC
1 parent 8d80c9e
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 ...