#14304: New implementation of unramified p-adics using FLINT and templates
-------------------------------------+-------------------------------------
       Reporter:  roed               |        Owner:  roed
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  padics             |   Resolution:
       Keywords:  sd59               |    Merged in:
        Authors:  Julian Rueth,      |    Reviewers:  David Roe, Julian
  David Roe                          |  Rueth
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/saraedum/ticket/14304            |  0ab73f6de4d5ece9779841971aa33a16894f7c47
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Similarly:
 {{{
 #!diff
 diff --git a/src/sage/libs/flint/ntl_interface.pxd
 b/src/sage/libs/flint/ntl_interface.pxd
 index 7cea729..6b88b9b 100644
 --- a/src/sage/libs/flint/ntl_interface.pxd
 +++ b/src/sage/libs/flint/ntl_interface.pxd
 @@ -2,6 +2,8 @@ from types cimport fmpz_t, fmpz_poly_t

  from sage.libs.ntl.ntl_ZZ_decl cimport ZZ_c
  from sage.libs.ntl.ntl_ZZX_decl cimport ZZX_c
 +from sage.libs.flint.fmpz cimport fmpz_t
 +from sage.libs.flint.fmpz_poly cimport fmpz_poly_t

  cdef extern from "flint/NTL-interface.h":
      void fmpz_poly_get_ZZX(ZZX_c output, fmpz_poly_t poly)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/14304#comment:69>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to