You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIUC, ForwardDiff.jl does not support complex valued function such as x->exp(im*x). Is there any plan to support this? I believe this is possible since AutoGrad.jl seems to support this.