Search
Search Results
Search finished, found 9 page(s) matching the search query.
- numpy.logical_xor
...NumPy reference Routines and objects by topic Logic functions numpy.logical_xor...
- numpy.logical_xor (Python data, in numpy.logical_xor)
- NumPy 1.13.0 Release Notes
...some bugs regarding “workspace” sizes, and in some places may use faster algorithms. reduce of np.hypot.reduce and np.logical_xor allowed in more cases This now works on empty arrays, returning 0, and can reduce over multiple axes. Previo...
- NumPy 1.16.0 Release Notes
...ed when .reduce is called on an empty axis. As of this release, the logical binary ufuncs, logical_and, logical_or, and logical_xor, now have identity s of type bool, where previously they were of type int. This restores the 1.14 behavior o...
- numpy.bitwise_xor
...the ufunc docs. Returns: outndarray or scalarResult. This is a scalar if both x1 and x2 are scalars. See also logical_xor bitwise_and bitwise_or binary_reprReturn the binary representation of the input number as a string. Examp...
- numpy.logical_and
...is determined by broadcasting. This is a scalar if both x1 and x2 are scalars. See also logical_or, logical_not, logical_xor bitwise_and Examples >>> import numpy as np >>> np.logical_and(True, False) False >>> np.logical_and([True...
- numpy.logical_not
...as x of the NOT operation on elements of x. This is a scalar if x is a scalar. See also logical_and, logical_or, logical_xor Examples >>> import numpy as np >>> np.logical_not(3) False >>> np.logical_not([True, False, 0, 1]) array(...
- numpy.logical_or
- numpy.logical_xor
...NumPy reference Routines and objects by topic Logic functions numpy.logical_xor...