Ticket #1561 (closed defect: fixed)
[with patch, positive review] add ._matrix_() and .transpose() to vector/FreeModuleElement.
| Reported by: | ncalexan | Owned by: | malb |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.9.1 |
| Component: | commutative algebra | Keywords: | matrix vector transpose FreeModuleElement |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
This makes matrix(vector(2, 3, 4)) and transpose(vector(2, 3, 4)) work -- very handy when translating PARI code.
Attachments
Change History
comment:1 Changed 5 years ago by rlm
- Status changed from new to closed
- Resolution set to fixed
- Summary changed from [with patch] add ._matrix_() and .transpose() to vector/FreeModuleElement. to [with patch, positive review] add ._matrix_() and .transpose() to vector/FreeModuleElement.
merged in 2.9.1 alpha3
Note: See
TracTickets for help on using
tickets.

