class numpy.recarray
recarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
recarray.ndim Number of array dimensions. Examples >>>
recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
matrix.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices. Refer
recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
matrix.A Return self as an
matrix.getI()
matrix.getA()
record.shape tuple of array dimensions
Page 17 of 23