2 #ifndef CHECK_FUNCTION_TABLE
6 Poly_t *RndPol(
int fl,
int mindeg,
int maxdeg);
8 void TestPolAlloc(
unsigned flags);
9 void TestPolAdd(
unsigned flags);
10 void TestPolCompare(
unsigned flags);
11 void TestPolGcd(
unsigned flags);
12 void TestPolMul(
unsigned flags);
16 { 601,
"Polynomial allocation", TestPolAlloc },
17 { 602,
"Polynomial comparison", TestPolCompare },
18 { 603,
"Polynomial addition", TestPolAdd },
19 { 604,
"Polynomial Multiplication", TestPolMul },
20 { 605,
"Polynomial g.c.d.", TestPolGcd },
MeatAxe 2.4 documentation, generated on Fri Jul 20 2012 21:04:43