numpy.ma.outer(a, b)
numpy.ma.asarray(a, dtype=None, order=None)
numpy.ma.trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None) a.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) =
numpy.may_share_memory(a, b, max_work=None) Determine if two arrays might share memory A return of True does
chararray.squeeze(axis=None) Remove single-dimensional entries from the shape of a.
chararray.ravel([order]) Return a flattened array. Refer to
chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
numpy.ravel_multi_index(multi_index, dims, mode='raise', order='C') Converts a tuple of index arrays into an array
numpy.array_str(a, max_line_width=None, precision=None, suppress_small=None)
Laguerre.cutdeg(deg)
Page 99 of 100