jax.lax.conj

Warning

This page was created from a pull request (#9655).

jax.lax.conj¶

jax.lax.conj(x)[source]¶

Elementwise complex conjugate function: \(\overline{x}\).

Parameters

x (Any) –

Return type

Any