#19646: Add FLINT declarations for finite fields and p-adics
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.10
      Component:  interfaces         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Julian Rueth,      |    Reviewers:
  David Roe, Jean-Pierre Flori,      |  Work issues:
  Jeroen Demeyer                     |       Commit:
Report Upstream:  N/A                |  2fa86008c6c1699a3f2be2000784781926367edc
         Branch:                     |     Stopgaps:
  u/jdemeyer/ticket/19646            |
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jpflori):

 Yes indeed...
 And I see
 {{{
 FLINT_DLL void fq_div(fq_t rop, const fq_t op1, const fq_t op2, const
 fq_ctx_t ctx);
 FLINT_DLL void fq_sqr(fq_t rop, const fq_t op, const fq_ctx_t ctx);
 FLINT_DLL void fq_div(fq_t rop, const fq_t op1, const fq_t op2, const
 fq_ctx_t ctx);
 FLINT_DLL void fq_sqr(fq_t rop, const fq_t op, const fq_ctx_t ctx);
 }}}
 in the trunk version of `fq.h`.
 I'll make a pull request upstream.

--
Ticket URL: <http://trac.sagemath.org/ticket/19646#comment:8>
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