On Tue, 29 Apr 2008, Gael Varoquaux apparently wrote: > I really don't like a[i] != a[i,:].
Tim H's proposal avoids that problem. What do you think of it? > I also don't like loosing the information that you are > doing linear algebra. Hmmm. Is it a given that asking for ``a[i]`` is "doing linear algebra"? Is ``a[i:i+1,:]`` so bad if you want a matrix? I think some more use cases, like Bill's, might prove clarifying. <URL:http://www.scipy.org/ConjugateGradientExample> Alan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion