repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lexmin.cc: move some code around to prepare for new version
[barvinok.git]
/
mat_util.h
blob
53f87c34b935e642f0b4e4cd92a12ca14ececc99
1
#include <NTL/vec_ZZ.h>
2
#include <NTL/mat_ZZ.h>
3
4
#ifdef NTL_STD_CXX
5
using namespace
NTL
;
6
#endif
7
8
int
lex_cmp
(
vec_ZZ
&
a
,
vec_ZZ
&
b
);
9
void
lex_order_rows
(
mat_ZZ
&
mat
);