Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.numpy.
isreal
Returns a bool array, where True if input element is real.
LAX-backend implementation of isreal().
isreal()
Original docstring below.
If element has complex type with zero complex part, the return value for that element is True.
x (array_like) – Input array.
out – Boolean array of same shape as x.
ndarray, bool