jax.numpy.ComplexWarning
Contents
jax.numpy.ComplexWarning#
- exceptionjax.numpy.ComplexWarning#
The warning raised when casting a complex dtype to a real dtype.
As implemented, casting a complex number to a real discards its imaginarypart, but this behavior may not be what the user actually wants.
Contents
