matrix.prod(axis=None, dtype=None, out=None)
matrix.real The real part of the array. See also
ndarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type.
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
MaskedArray.product(axis=None, dtype=None, out=None)
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()
generic.reshape() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
recarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of
Page 40 of 56