ndarray.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long
chararray.fill(value) Fill the array with a scalar value.
chararray.rjust(width, fillchar=' ')
recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
numpy.polynomial.laguerre.lag2poly(c)
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
numpy.ma.harden_mask(self) = Force the mask to hard. Whether the mask of a masked array is hard or soft is determined
chararray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY
numpy.roll(a, shift, axis=None)
ndarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples
Page 48 of 100