williamFalcon / pytorch-complex-tensor

Unofficial complex tensor and scalar support for Pytorch
MIT License
78 stars 8 forks source link

Conjugate operation #2

Open jzazo opened 5 years ago

jzazo commented 5 years ago

Is conjugate of complex tensor supported? I guess it would be easy to implement by flipping one of the tensor dimensions, but wanted to ask if you would support it in your package. Thanks!

YHRen commented 5 years ago

not that easy i think. because one has to make sure the backprop works. a conjugate of a function may not be a holomorphic.