gen_fun::Hadamard_product: don't assume equalities are independent
[barvinok.git] / mat_util.h
blob53f87c34b935e642f0b4e4cd92a12ca14ececc99
1 #include <NTL/vec_ZZ.h>
2 #include <NTL/mat_ZZ.h>
4 #ifdef NTL_STD_CXX
5 using namespace NTL;
6 #endif
8 int lex_cmp(vec_ZZ& a, vec_ZZ& b);
9 void lex_order_rows(mat_ZZ& mat);