Ack, I'm an idiot.  The functionality is there in matrix(), I just
need to add _matrix_ to the vector classes.  Will do that instead :)
BTW, the matrix() documentation is not right -- it doesn't say this.

Nick

On Dec 17, 8:30 pm, Nick Alexander <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I frequently want to get column vectors, and vector([2, 3]).transpose
> () is not implemented.  One then thinks of matrix(vector([2,
> 3])).transpose(), but matrix() is a little rigid.  Looking at vector,
> there is a protocol that calls _vector_() if possible; I would like
> that to be the case for matrix() too.  Any reason not to do this?
>
> I will get started on a patch, and a trac ticket.
>
> Nick
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to