Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.lax.conj

Contents

jax.lax.conj#

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

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

This function lowers to a combination ofstablehlo.real,stablehlo.imag,andstablehlo.complex.

Parameters:

x (ArrayLike) – input array. Must have complex dtype.

Returns:

Array of the same shape and dtype asx containing its complex conjugate.

Return type:

Array

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp