Opened 5 years ago
Closed 5 years ago
#19862 closed defect (fixed)
matrix.zero(15)
Reported by: | ncohen | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-7.0 |
Component: | linear algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Nathann Cohen | Reviewers: | Marc Mezzarobba |
Report Upstream: | N/A | Work issues: | |
Branch: | 3e4f9e1 (Commits) | Commit: | 3e4f9e113a9c6d3e67f3e70e53b6054bf4b8eefd |
Dependencies: | Stopgaps: |
Description
This syntax is possible for matrix.ones
, for matrix.identity
(and others) but not for matrix.zero
. More: the code is there to manage it, but there is no default for the value of n
. This branch just adds it, with a doctest.
Nathann
Change History (5)
comment:1 Changed 5 years ago by
- Branch set to u/ncohen/19862
- Status changed from new to needs_review
comment:2 Changed 5 years ago by
- Commit set to 3e4f9e113a9c6d3e67f3e70e53b6054bf4b8eefd
comment:3 Changed 5 years ago by
- Priority changed from major to trivial
- Reviewers set to Marc Mezzarobba
- Status changed from needs_review to positive_review
comment:4 Changed 5 years ago by
Thanks,
Nathann
comment:5 Changed 5 years ago by
- Branch changed from u/ncohen/19862 to 3e4f9e113a9c6d3e67f3e70e53b6054bf4b8eefd
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
trac #19862: matrix.zero(15)