ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.
numpy.source(object, output=', mode 'w' at 0x402ae078>)
matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
ndarray.__getitem__ x.__getitem__(y) <==> x[y]
MaskedArray.__divmod__(y) <==> divmod(x, y)
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this
numpy.polynomial.legendre.legline(off, scl)
matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.
numpy.core.defchararray.translate(a, table, deletechars=None)
Page 1 of 100