#16664: Add a finite field implementation using FLINT's fq module
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.3
      Component:  finite rings       |   Resolution:
       Keywords:  flint finite       |    Merged in:
  field                              |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  9e9d2efc8a3c52ed963e36ecf448e2fe9207cd13
  u/jpflori/flint_fq                 |     Stopgaps:
   Dependencies:  #15767             |
-------------------------------------+-------------------------------------

Comment (by jpflori):

 I've also pushed another branch including an implem using the fq_nmod type
 at ``u/jpflori/flint_fq_nmod``.
 Note that you'll need a FLINT version including my latest git commits from
 https://github.com/jpflori/flint2
 At least now, FLINT seems to provide implementation faster than PARI for
 basic arithmetic over all ranges.

 Doing the same thing for the fq_zech type should be as easy as for the
 fq_nmod type.
 But there is so much code duplication that it should definitely be
 templated (that should already be done for the fq and fq_nmod types
 alone).
 And not sure that the fq_zech type will be so useful as we have Givaro.

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