Functions | |
| void | fmpq_poly_compose (fmpq_poly_ptr rop, const fmpq_poly_ptr a, const fmpq_poly_ptr b) |
Returns the composition of a and b.Returns the composition of a and b. | |
| void | fmpq_poly_rescale (fmpq_poly_ptr rop, const fmpq_poly_ptr op, const mpq_t x) |
Rescales the co-ordinate.Denoting this polynomial , computes the polynomial . | |
| void fmpq_poly_compose | ( | fmpq_poly_ptr | rop, | |
| const fmpq_poly_ptr | a, | |||
| const fmpq_poly_ptr | b | |||
| ) |
Returns the composition of a and b.Returns the composition of a and b.
To be clear about the order of the composition, denoting the polynomials
and
, returns the polynomial
.
| void fmpq_poly_rescale | ( | fmpq_poly_ptr | rop, | |
| const fmpq_poly_ptr | op, | |||
| const mpq_t | x | |||
| ) |
Rescales the co-ordinate.Denoting this polynomial
, computes the polynomial
.
1.6.3