Ticket #1561 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

ncalexan-vector-matrix.patch Download (4.7 KB) - added by ncalexan 5 years ago.
ncalexan-vector-matrix.hg Download (12.6 KB) - added by ncalexan 5 years ago.

Change History

Changed 5 years ago by ncalexan

Changed 5 years ago by ncalexan

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.