Actually, the following looks to me a bit incoherent:

sage: V=vector(ZZ[x],[1])
sage: M=matrix(QQ,1,1,[1])
sage: M._matrix_times_vector(V)
(1)
sage: M._vector_times_matrix(V)
*** glibc detected *** sage.bin: realloc(): invalid old size:
0x00007ffff3cee3d0 ***

I'll check what are the differences between _matrix_times_vector and
_vector_times_matrix.

Gonzalo

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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