Revision d7989805982079e96b3c0d3d01fb440f5e401941 authored by Ben Hermans on 20 April 2020, 10:46:06 UTC, committed by Ben Hermans on 20 April 2020, 10:46:06 UTC
1 parent cee2741
etree.h
#ifndef LADEL_ETREE_H
#define LADEL_ETREE_H
#include "types.h"
ladel_int ladel_etree(ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work* work);
#ifdef SIMPLE_COL_COUNTS
ladel_int ladel_etree_and_col_counts(ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work* work);
#endif
#endif /*LADEL_ETREE_H*/

Computing file changes ...