#12679: rewrite Matrix_modn_sparse and vector_modn_sparse code so that the 
modulus
is 64-bit on 64-bit platforms
------------------------------+---------------------------------------------
   Reporter:  was             |          Owner:  jason, was
       Type:  enhancement     |         Status:  new       
   Priority:  major           |      Milestone:  sage-5.0  
  Component:  linear algebra  |       Keywords:            
Work_issues:                  |       Upstream:  N/A       
   Reviewer:                  |         Author:            
     Merged:                  |   Dependencies:            
------------------------------+---------------------------------------------
 Right now the matrix modn sparse class uses ints to store entries.    The
 basic reason is the code
 {{{
 cdef struct c_vector_modint:
     int *entries
 }}}
 in sage/modules/vector_modn_sparse_h.pxi.  This should probably instead
 use the unsigned C99 type uint_fast64_t.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12679>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to