|
| p_poly () |
|
| p_poly (int, int, mpz_t *) |
|
void | p_poly_reduce (p_poly, int) |
|
void | p_poly_add (const p_poly, const p_poly) |
|
void | p_poly_add_to (const p_poly) |
|
void | p_poly_add_mon (const p_poly, mpz_t, int) |
|
void | p_poly_add_mon_to (mpz_t, int) |
|
void | p_poly_add_const (p_poly, const mpz_t) |
|
void | p_poly_add_const_to (const mpz_t) |
|
void | p_poly_sub (const p_poly, const p_poly) |
|
void | p_poly_sub_to (const p_poly) |
|
void | p_poly_sub_mon (const p_poly, mpz_t, int) |
|
void | p_poly_sub_mon_to (mpz_t, int) |
|
void | p_poly_sub_const (p_poly, const mpz_t) |
|
void | p_poly_sub_const_to (const mpz_t) |
|
void | p_poly_mult_n (p_poly, p_poly) |
|
void | p_poly_mult_n_to (const p_poly) |
|
void | p_poly_mult_ka (p_poly, p_poly) |
|
void | p_poly_scalar_mult (const mpz_t, const p_poly) |
|
void | p_poly_scalar_mult (const p_poly, const mpz_t) |
|
void | p_poly_scalar_mult_to (const mpz_t) |
|
void | p_poly_neg () |
|
void | p_poly_mon_mult (p_poly, const int) |
|
void | p_poly_mon_mult_to (const int) |
|
void | p_poly_div (p_poly &, p_poly &, p_poly, p_poly) |
|
void | p_poly_div_to (p_poly &, p_poly &, p_poly) |
|
void | p_poly_scalar_div (const p_poly, const mpz_t n) |
|
void | p_poly_scalar_div_to (const mpz_t n) |
|
void | p_poly_div_rem (p_poly, p_poly) |
|
void | p_poly_div_rem_to (p_poly) |
|
void | p_poly_mon_div (const p_poly, const int) |
|
void | p_poly_mon_div_rem (const p_poly, const int) |
|
void | p_poly_multadd_to (const p_poly, const p_poly) |
|
void | p_poly_multsub_to (const p_poly, const p_poly) |
|
void | p_poly_set (const p_poly) |
|
void | p_poly_set (const mpz_t, int) |
|
void | p_poly_set_zero () |
|
void | p_poly_horner (mpz_t, const mpz_t) |
|
void | p_poly_horner_p_poly (p_poly, p_poly) |
|
void | p_poly_gcd (p_poly, p_poly) |
|
void | p_poly_extgcd (p_poly &, p_poly &, p_poly &, p_poly, p_poly) |
|
int | is_equal (const p_poly) const |
|
int | is_zero () const |
|
int | is_one () const |
|
int | is_monic () const |
|
void | p_poly_insert () |
|
void | p_poly_print () |
|
Definition at line 9 of file AEp.h.