Ticket #3025 (closed defect: fixed)
[with patch; positive review] Sparse vector spaces don't cast on assignment.
| Reported by: | boothby | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.1 |
| Component: | linear algebra | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: V = VectorSpace(GF(2),10, sparse=True) sage: w = V(0) sage: w[0] = 2 sage: print w[0] 2 sage: print type(w[0]) <type 'sage.rings.integer.Integer'>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

