recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
matrix.real The real part of the array. See also
matrix.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
matrix.getA()
dtype.char A unique character code for each of the 21 different built-in types.
matrix.dtype Data-type of the array?s elements.
generic.tobytes()
ndarray.__ipow__ x.__ipow__(y) <==> x**=y
recarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy
recarray.ndim Number of array dimensions. Examples >>>
Page 39 of 56