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
xandy, where one or both of them can contain complex numbers.Parameters: - x :
pytorch_complex_tensor.ComplexTensorortorch.Tensor Numerator
- y :
pytorch_complex_tensor.ComplexTensor Denominator
Returns: - div :
pytorch_complex_tensor.ComplexTensor Complex conjugated Torch ComplexTensor
- x :