jax.numpy.ComplexWarning# exception jax.numpy.ComplexWarning[source]# 当将复数类型转换为实数类型时引发的警告。 在实现中,将复数转换为实数会丢弃其虚部,但这可能不是用户真正想要的。