#14627: Make mod_int signed and speed up matrix_modn_dense_float
----------------------------------+-----------------------------------------
       Reporter:  vbraun          |         Owner:  jason, was     
           Type:  enhancement     |        Status:  needs_work     
       Priority:  major           |     Milestone:  sage-5.11      
      Component:  linear algebra  |    Resolution:                 
       Keywords:                  |   Work issues:                 
Report Upstream:  N/A             |     Reviewers:  Martin Albrecht
        Authors:  Volker Braun    |     Merged in:                 
   Dependencies:  #12728          |      Stopgaps:                 
----------------------------------+-----------------------------------------

Comment (by jdemeyer):

 There are warnings
 {{{
 RuntimeWarning: sig_off() without sig_on() at
 build/cythonized/sage/matrix/misc.c:13370
 }}}
 which aren't caused by this ticket, but might as well be fixed: the
 `sig_on()` in `misc.pyx` should be ''outside'' the `try/finally` block:
 {{{
 sig_on()
 try:
     stuff
 finally:
     sig_off()
 }}}

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