#16896: rework of row_reduced_form/weak_popov_form calling convention
-------------------------------------+-------------------------------------
       Reporter:  ketzu              |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.7
      Component:  linear algebra     |   Resolution:
       Keywords:  polynomial matrix  |    Merged in:
        Authors:  David Mödinger,    |    Reviewers:
  Johan S. R. Nielsen                |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  b4af64e3dca222d414c4906ce4e461a4015f4606
  u/jsrn/rework_of_row_reduced_form_weak_popov_form_calling_convention|     
Stopgaps:
   Dependencies:  #16888             |
-------------------------------------+-------------------------------------
Changes (by dlucas):

 * status:  needs_review => needs_work


Comment:

 I guess I'm bad news' harbinger again, as I noticed the following:

 {{{
 sage: PR.<x> = GF(7)[]
 sage: M = random_matrix(PR, 5, 5)
 sage: type(M)
 <type 'sage.rings.polynomial.polynomial_zmod_flint.Polynomial_zmod_flint'>
 sage: type(M.row_reduced_form(transformation=False, old_call=False)[0, 0])
 <type 'sage.rings.fraction_field_FpT.FpTElement'>
 }}}

 So it seems that the actual implementation messes with the type of the
 elements in the matrix, which is never a good thing...

 David

--
Ticket URL: <http://trac.sagemath.org/ticket/16896#comment:16>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to