jet.conj

conj(*args, **kwargs)

Overloaded function.

  1. conj(tensor: jet.bindings.TensorC64) -> jet.bindings.TensorC64

Returns the conjugate of the given tensor object.

Parameters

tensor (Tensor) – Reference tensor object.

Returns

Conjugate tensor object.

Return type

Tensor

  1. conj(tensor: jet.bindings.TensorC128) -> jet.bindings.TensorC128

Returns the conjugate of the given tensor object.

Parameters

tensor (Tensor) – Reference tensor object.

Returns

Conjugate tensor object.

Return type

Tensor