ndarray.itemsize Length of one array element in bytes. Examples
matrix.getA1()
ndarray.fill(value) Fill the array with a scalar value.
MaskedArray.__iand__ x.__iand__(y) <==> x&=y
generic.compress() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the
MaskedArray.base Base object if memory is from some other object. Examples The base
recarray.ravel([order]) Return a flattened array. Refer to
static ndarray.__new__(S, ...) ? a new object with type S, a subtype of T
generic.sort() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
Page 36 of 56