> Does anyone have any idea why using a sage integer to index a numpy > matrix would give me a row vector?!
9 times out of 10 behaviour like that's due to explicit type-checking at some point instead of try-it-and-see duck typing.. and that seems to be the case here (discussion on trac). Doug -- Department of Earth Sciences University of Hong Kong -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
