use test scripts for performing tests
[barvinok.git] / mat_util.h
blobdd864b0608bb73b0878c01544c22b50ac1900d77
1 #include <NTL/vec_ZZ.h>
2 #include <NTL/mat_ZZ.h>
4 using namespace NTL;
6 int lex_cmp(const vec_ZZ& a, const vec_ZZ& b);
7 void lex_order_rows(mat_ZZ& mat);
8 int lex_cmp(const mat_ZZ& a, const mat_ZZ& b);