On Tue, 29 Apr 2008, Christopher Barker apparently wrote: > a really good argument for: > A * B.col[i]
Also see the syntax discussed in Proposal 5. (I am not expressing an opinion.) <URL:http://www.scipy.org/MatrixIndexing#proposal-5> One possibility is to let the rows and cols methods take an argument with a default of None. The default is to return an iterator over the rows/columns. An iterator over subsets of rows/columns could be specified with a sequence. A single row/column could be specified with a scalar argument. Cheers, Alan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion