#12103: Use MeatAxe as an optional back end for dense matrices over `GF(p^n)`, p
odd, n>1, `p^n<255`
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:  jason, was
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:  linear algebra,    |    Reviewers:
  MeatAxe                            |  Work issues:
        Authors:  Simon King         |       Commit:
Report Upstream:  None of the above  |  f73337711df114571d1be0fa61140a41628703b7
  - read trac for reasoning.         |     Stopgaps:
         Branch:                     |
  u/SimonKing/meataxe                |
   Dependencies:  #19240             |
-------------------------------------+-------------------------------------

Comment (by SimonKing):

 Replying to [comment:152 jdemeyer]:
 > I think you are still mis-using some of the error handling.
 >
 > For example, you have
 > {{{
 > int MatEchelonize(Matrix_t *mat) except -1
 > }}}
 > but you still write
 > {{{
 >         if MatEchelonize(self.Data) == -1:
 >             raise ArithmeticError("Error echelonizing this matrix")
 > }}}
 > The latter should just be
 > {{{
 > MatEchelonize(self.Data)
 > }}}

 Right. I guess I wrote it before I changed to using error return values.
 How important is it to change that?

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