My Project
|
Go to the source code of this file.
Macros | |
#define | MIN_LENGTH_BUCKET 25 |
Functions | |
BOOLEAN | pqLength (poly p, poly q, int &lp, int &lq, const int min) |
return TRUE and lp == pLength(p), lq == pLength(q), if min(pLength(p), pLength(q)) >= min FALSE if min(pLength(p), pLength(q)) < min and lp >= lq if pLength(p) >= pLength(lq) lp < lq if pLength(p) < pLength(q) More... | |
#define MIN_LENGTH_BUCKET 25 |
Definition at line 21 of file p_Mult_q.h.
return TRUE and lp == pLength(p), lq == pLength(q), if min(pLength(p), pLength(q)) >= min FALSE if min(pLength(p), pLength(q)) < min and lp >= lq if pLength(p) >= pLength(lq) lp < lq if pLength(p) < pLength(q)
Definition at line 31 of file p_Mult_q.cc.