MeatAxe
2.4
c-poly.h
1
2
#ifndef CHECK_FUNCTION_TABLE
3
4
#include "meataxe.h"
5
6
Poly_t
*RndPol(
int
fl,
int
mindeg,
int
maxdeg);
7
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);
13
14
#else
15
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 },
21
22
#endif
Poly_t
A Polynomial.
Definition:
meataxe.h:619
MeatAxe 2.4 documentation, generated on Mon Aug 7 2017 04:39:25