>> The dot product is a little more flexible, returning a list if given
>> anything other than a single row or col
>
> I don't know if that's a great idea.  You can just do matrix
> multiplication if you want multiple dot products (and it may even be
> faster).

It always does matrix multiplication now. It just puts the results in
a list (if more than one dot was done) or returns the single scalar
(which is the current expectation).

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to