7 #define taille_max_polynome 128000 // size mx polynom 8 #define C_LIMIT_SIZE 128000 //size max polynom too 14 void sort_gd(gd *,
const int *);
40 poly& operator ()(
long g,
long d);
44 void init(
unsigned int,
gd*,
int);
46 poly& operator=(
const gd& gd1);
47 poly& init(
long g,
long d);
51 void affecte(
unsigned int,
const gd*,
unsigned int propre);
53 gd& getpol(
int i)
const 67 unsigned int getn()
const {
return n; }
68 void setsimple() { simple = 1; }
69 gd * getdata() {
return data; }
70 void popj(
unsigned int j);
72 void add(
const gd& m1);
77 friend int compgd(
const void * p1,
const void * p2);
78 void swapgd(
gd& a,
gd& b);
80 int partitionner(
gd *tab,
int debut,
int dernier,
int pivot,
int comp(
const void *,
const void*));
81 friend void qsort_gd(
gd *adtab,
int premier,
int dernier,
int comp(
const void *,
const void*));
85 int operator==(
const poly&);
113 friend std::ostream& operator<<(std::ostream &,
poly &);
114 friend std::fstream& operator<<(std::fstream &,
poly &);
friend bool mycompgd(gd pr1, gd pr2)
Definition: poly.cpp:88
friend int compgd(const void *p1, const void *p2)
Definition: poly.cpp:102