numpy.testing.assert_string_equal(actual, desired)
numpy.putmask(a, mask, values) Changes elements of an array based on conditional and input values. Sets a.flat[n]
numpy.roll(a, shift, axis=None)
ndarray.__floordiv__ x.__floordiv__(y) <==> x//y
ndarray.flatten(order='C') Return a copy of the array collapsed into one dimension.
generic.__array_wrap__() sc.__array_wrap__(obj) return scalar from array
numpy.polynomial.legendre.legtrim(c, tol=0)
numpy.fft.fftfreq(n, d=1.0)
record.reshape() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
flatiter.next x.next() -> the next value, or raise StopIteration
Page 57 of 100