matrix.tolist()
ndarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
ndarray.__mod__ x.__mod__(y) <==> x%y
generic.imag imaginary part of scalar
generic.swapaxes() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
class numpy.matrix
recarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements
recarray.fill(value) Fill the array with a scalar value.
recarray.base Base object if memory is from some other object. Examples The base of an
recarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max
Page 25 of 56