#18097: Parity check matrix-related methods
-------------------------------------+-------------------------------------
       Reporter:  dlucas             |        Owner:
           Type:  enhancement        |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-6.6
      Component:  coding theory      |   Resolution:
       Keywords:  sd66               |    Merged in:
        Authors:  David Lucas        |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/dlucas/new_methods_in_linear_code|  bcf4700ee253600230d2bb268f39da99c5d5e4be
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => positive_review
 * reviewer:   => Vincent Delecroix


Comment:

 All test pass. Good to go.

 sided note: we notice at sage days 66 that matrices cache ther kernel! It
 is very weird but makes the solution in this ticket very fast
 {{{
 sage: m = random_matrix(GF(11), 4, 2)
 sage: m.right_kernel() is m.right_kernel()
 True
 }}}

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