Laguerre.has_samewindow(other)
numpy.squeeze(a, axis=None)
numpy.ma.compress_cols(a)
numpy.core.defchararray.replace(a, old, new, count=None)
numpy.can_cast(from, totype, casting = 'safe') Returns True if cast between data types can occur according to the casting rule
numpy.interp(x, xp, fp, left=None, right=None, period=None)
numpy.nansum(a, axis=None, dtype=None, out=None, keepdims=0)
RandomState.random_integers(low, high=None, size=None) Random integers of type np.int between low
numpy.asfortranarray(a, dtype=None)
chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of
Page 38 of 100