Re: [Numpy-discussion] defmatrix.sum

2007-01-08 Thread Robert Kern
Stefan van der Walt wrote: > Hi all, > > I noticed that Tim Leslie picked up on the out=None in defmatrix.sum: > > def sum(self, axis=None, dtype=None, out=None): > """Sum the matrix over the given axis. If the axis is None, sum > over all dimensions. This preserves the orie

[Numpy-discussion] defmatrix.sum

2007-01-08 Thread Stefan van der Walt
Hi all, I noticed that Tim Leslie picked up on the out=None in defmatrix.sum: def sum(self, axis=None, dtype=None, out=None): """Sum the matrix over the given axis. If the axis is None, sum over all dimensions. This preserves the orientation of the result as a row or