pylops_gpu.utils.complex.divide

pylops_gpu.utils.complex.divide(x, y)[source]

Element-wise division of torch Tensor and torch ComplexTensor.

Divide each element of x and y, where one or both of them can contain complex numbers.

Parameters:
x : pytorch_complex_tensor.ComplexTensor or torch.Tensor

Numerator

y : pytorch_complex_tensor.ComplexTensor

Denominator

Returns:
div : pytorch_complex_tensor.ComplexTensor

Complex conjugated Torch ComplexTensor