matrix.prod(axis=None, dtype=None, out=None)
matrix.real The real part of the array. See also
matrix.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the given
recarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy
matrix.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy.load
matrix.getA()
recarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of
recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
record.imag imaginary part of scalar
Page 17 of 23