Multiplication and division

Functions

void _fmpz_poly_q_mul_in_place (fmpz_poly_q_ptr rop, const fmpz_poly_q_ptr op)
void fmpz_poly_q_mul (fmpz_poly_q_ptr rop, const fmpz_poly_q_ptr op1, const fmpz_poly_q_ptr op2)
void _fmpz_poly_q_div_in_place (fmpz_poly_q_ptr rop, const fmpz_poly_q_ptr op)
void fmpz_poly_q_div (fmpz_poly_q_ptr rop, const fmpz_poly_q_ptr op1, const fmpz_poly_q_ptr op2)

Function Documentation

void _fmpz_poly_q_div_in_place ( fmpz_poly_q_ptr  rop,
const fmpz_poly_q_ptr  op 
)

Sets rop to the quotient of rop and op.

Assumes that op is non-zero.

void _fmpz_poly_q_mul_in_place ( fmpz_poly_q_ptr  rop,
const fmpz_poly_q_ptr  op 
)

Sets rop to the product of rop with op.

void fmpz_poly_q_div ( fmpz_poly_q_ptr  rop,
const fmpz_poly_q_ptr  op1,
const fmpz_poly_q_ptr  op2 
)

Sets rop to the quotient of op1 and op2.

Assumes that op2 is non-zero.

void fmpz_poly_q_mul ( fmpz_poly_q_ptr  rop,
const fmpz_poly_q_ptr  op1,
const fmpz_poly_q_ptr  op2 
)

Sets rop to the product of op1 and op2.

Generated on Wed Dec 8 17:00:29 2010 for FMPZ_POLY_Q by  doxygen 1.6.3