#17245: Matrix class __init__ for sparse matrices is incorrectly documented
-------------------------------------+-------------------------------------
   Reporter:  darij                  |            Owner:
       Type:  defect                 |           Status:  new
   Priority:  minor                  |        Milestone:  sage-6.4
  Component:  PLEASE CHANGE          |         Keywords:  matrices,
  Merged in:                         |  documentation,
  Reviewers:                         |          Authors:  Darij Grinberg
Work issues:                         |  Report Upstream:  N/A
     Commit:                         |           Branch:  public/matrix
  fc58e34e949db85332f9c95c12b65e0392224344|  /doc-input-matrix-class
   Stopgaps:                         |     Dependencies:
-------------------------------------+-------------------------------------
 It claims to take a list of triples `(i, j, entry in row i and column j)`,
 but it actually takes a dictionary `(i, j): entry in row i and column j`.

 I have fixed the error where it appears (integer, rational and mod-n
 matrices). It would also be good to copy this documentation to other
 classes where it makes sense.

--
Ticket URL: <http://trac.sagemath.org/ticket/17245>
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