Functions | |
| static void | fmpq_poly_init (fmpq_poly_ptr rop) |
| static void | fmpq_poly_clear (fmpq_poly_ptr rop) |
| static void fmpq_poly_clear | ( | fmpq_poly_ptr | rop | ) | [inline, static] |
Clears the element rop.
This function should only be called on an element which has been initialised.
| static void fmpq_poly_init | ( | fmpq_poly_ptr | rop | ) | [inline, static] |
Initializes the element rop to zero.
This function should be called once for the fmpq_poly_ptr rop, before using it with other fmpq_poly functions, or following a preceeding call to fmpq_poly_clear().
1.6.3