Can Enzyme be used for derivatives of complex-valued functions? #2109
Unanswered
sitbackrelax
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For an example, If I have the following function
std::complex Foo(const std::complex& z1,
const std::complex& z2) {
return (z1 - z2)/(z1 + z2);
}
Can Enzyme be used to find dFoo/dz1 and dFoo/dz2?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions