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
assume NTL has been compiled in ISO mode
[barvinok.git]
/
mat_util.h
blob
dd864b0608bb73b0878c01544c22b50ac1900d77
1
#include <NTL/vec_ZZ.h>
2
#include <NTL/mat_ZZ.h>
3
4
using namespace
NTL
;
5
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
);