Functions | |
| static void | _fmpq_poly_mul_in_place (fmpq_poly_ptr rop, const fmpq_poly_ptr op) |
| void | fmpq_poly_mul (fmpq_poly_ptr rop, const fmpq_poly_ptr op1, const fmpq_poly_ptr op2) |
| static void _fmpq_poly_mul_in_place | ( | fmpq_poly_ptr | rop, | |
| const fmpq_poly_ptr | op | |||
| ) | [static] |
Multiplies rop by op.
| void fmpq_poly_mul | ( | fmpq_poly_ptr | rop, | |
| const fmpq_poly_ptr | op1, | |||
| const fmpq_poly_ptr | op2 | |||
| ) |
Sets rop to the product of op1 and op2.
1.6.3