#3320: Gap <-> Sage interface for Dense Matrices over GF(2)
---------------------------------------+------------------------------------
       Reporter:  malb                 |         Owner:  was                    
       
           Type:  enhancement          |        Status:  needs_review           
       
       Priority:  major                |     Milestone:  
sage-duplicate/invalid/wontfix
      Component:  interfaces           |    Resolution:                         
       
       Keywords:  gap, linear algebra  |   Work issues:                         
       
Report Upstream:  N/A                  |     Reviewers:                         
       
        Authors:                       |     Merged in:                         
       
   Dependencies:                       |      Stopgaps:                         
       
---------------------------------------+------------------------------------
Changes (by tscrim):

  * status:  new => needs_review
  * upstream:  => N/A
  * milestone:  sage-5.8 => sage-duplicate/invalid/wontfix


Comment:

 This seems to have been fixed at some point:
 {{{
 sage: A = random_matrix(GF(2), 200, 200)
 sage: %time Ag = gap(A)
 CPU times: user 0.38 s, sys: 0.12 s, total: 0.50 s
 Wall time: 1.26 s
 sage: %time Ag = gap(A)
 CPU times: user 0.37 s, sys: 0.02 s, total: 0.40 s
 Wall time: 0.58 s
 sage: %time Ag = gap(A)
 CPU times: user 0.39 s, sys: 0.02 s, total: 0.41 s
 Wall time: 0.62 s
 }}}
 I can't do a comparison on my system with magma since it refuses to start
 for me (I'm running `5.7.beta3`).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3320#comment:1>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to