MaskedArray.take(indices, axis=None, out=None, mode='raise')
ndarray.__getitem__ x.__getitem__(y) <==> x[y]
numpy.polynomial.legendre.leggrid3d(x, y, z, c)
classmethod Legendre.fromroots(roots, domain=[], window=None)
dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type
matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]
MaskedArray.__oct__() <==> oct(x)
generic.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
MaskedArray.__mul__(other)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
Page 24 of 100