> You don't need to worry about the get_cparent() magic defined in the
> zmod_poly wrapper, since you won't need to keep track of a modulus for
> your polynomial objects.

One more thing: IIRC FLINT doesn't have a QQ['x'] type so I guess one would 
define a struct

struct my_qqx {

   fmpz_poly_t poly;
   fmpz_t denominator;

}

and use that as the celement type?

Cheers,
Martin


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to