Todo List

Global _fmpq_poly_add_in_place (fmpq_poly_ptr rop, const fmpq_poly_ptr op)
This is currently implemented by creating a copy!

Global fmpq_poly_addmul (fmpq_poly_ptr rop, const fmpq_poly_ptr op1, const fmpq_poly_ptr op2)
Implement this method more efficiently.

Global fmpq_poly_derivative (fmpq_poly_ptr rop, fmpq_poly_ptr op)
The second argument should be declared const, but as of FLINT 1.5.0 this generates a compile-time warning.

Global fmpq_poly_from_string (fmpq_poly_ptr rop, const char *str)
In a future version, it would be nice to have this function return 0 or 1 depending on whether the input format was correct. Currently, the method always returns 1.

Global fmpq_poly_submul (fmpq_poly_ptr rop, const fmpq_poly_ptr op1, const fmpq_poly_ptr op2)
Implement this method more efficiently.
Generated on Wed Dec 8 21:13:35 2010 for FMPQ_POLY by  doxygen 1.6.3