Ticket #3066 (closed defect: fixed)
[with patch; positive review] empty matrices: gram_schmidt() throws a NameError
| Reported by: | dfdeshom | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.1 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Looks like an explicit import is the only thing missing on this one:
sage: a = matrix([]) sage: m.gram_schmidt() <type 'exceptions.NameError'>: global name 'ZZ' is not defined
Attachments
Change History
comment:1 Changed 5 years ago by dfdeshom
- Summary changed from empty matrices: gram_schmidt() throws a NameError to [with patch; needs review] empty matrices: gram_schmidt() throws a NameError
Patch attached.
Note: See
TracTickets for help on using
tickets.

