#16742: overload for faster weak_popov_form
-------------------------------------+-------------------------------------
       Reporter:  ketzu              |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  performance        |   Resolution:
       Keywords:  matrix weak-       |    Merged in:
  popov-form #16739                  |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  60a9dbe8e754e7cebf4da0d3913a721e52c4ce48
  u/ketzu/overload_for_faster_weak_popov_form|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by ketzu):

 * commit:   => 60a9dbe8e754e7cebf4da0d3913a721e52c4ce48


Comment:

 Doctests/Examples are still missing
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=f0afa2bdb49ac40d6a9b8ad013b4e1e672f171c8
 f0afa2b]||{{{Initial implementation in matrix/matrix_weak_popov.pyx}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=46c14d8fc6728ec30a0798bf6a0d48acfe0af8dd
 46c14d8]||{{{Renamed to more apropriate weak_popov.pyx, added to
 module_list.py modules list.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=44b5b83f7e1f6607f68571d112f19dce11a85f3d
 44b5b83]||{{{Hook into weak_popov_form(self) by keyword implementation,
 value used so far is 'cython'.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=60a9dbe8e754e7cebf4da0d3913a721e52c4ce48
 60a9dbe]||{{{Added boolean keyword 'transposition' to mark computation of
 a matrix U such that U*A=A.wpf(). This is to check correctness of a
 computation. If B = copy(A) and after A.weak_popov_form()
 U.is_invertible()==True and A.is_weak_popov()==True then A is in weak
 popov form and is unimodular equivalent to B its origin.}}}||

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