ndarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
matrix.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
ndarray.__len__() <==> len(x)
generic.setfield() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
matrix.squeeze(axis=None)
generic.fill() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
recarray.flags Information about the memory layout of the array. Notes The
matrix.fill(value) Fill the array with a scalar value.
dtype.num A unique number for each of the 21 different built-in types. These are roughly ordered from least-to-most
ndarray.__isub__ x.__isub__(y) <==> x-=y
Page 50 of 56