class numpy.lib.Arrayterator(var, buf_size=None)
numpy.triu(m, k=0)
numpy.ma.compress_cols(a)
Legendre.degree()
flatiter.next x.next() -> the next value, or raise StopIteration
ndarray.__setitem__ x.__setitem__(i, y) <==> x[i]=y
chararray.size Number of elements in the array. Equivalent to np.prod(a.shape)
numpy.any(a, axis=None, out=None, keepdims=False)
numpy.minimum(x1, x2[, out]) = Element-wise minimum of array elements. Compare two arrays and returns a new array containing
numpy.ma.shape(obj)
Page 52 of 100