numpy.bitwise_xor(x1, x2[, out]) = Compute the bit-wise XOR of two arrays element-wise. Computes the bit-wise XOR of
dtype.isbuiltin Integer indicating how this dtype relates to the built-in dtypes. Read-only.
chararray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with
class numpy.nditer
numpy.nanvar(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
numpy.stack(arrays, axis=0)
MaskedArray.soften_mask()
numpy.fft.rfftn(a, s=None, axes=None, norm=None)
numpy.corrcoef(x, y=None, rowvar=1, bias=, ddof=)
numpy.issubclass_(arg1, arg2)
Page 100 of 100