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
Copy file name to clipboardExpand all lines: DifferentiationInterface/docs/src/faq/limitations.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,7 @@ As a result, DifferentiationInterface only supports a single active argument, ca
7
7
8
8
## Complex numbers
9
9
10
-
At the moment, complex numbers are only handled by a few AD backends, sometimes using different conventions.
11
-
As a result, DifferentiationInterface is only tested on real numbers and complex number support is not part of its API guarantees.
10
+
Complex derivatives are only handled by a few AD backends, sometimes using different conventions.
11
+
To find the easiest common ground, DifferentiationInterface assumes that whenever complex numbers are involved, the function to differentiate is holomorphic.
12
+
This functionality is still considered experimental and not yet part of the public API guarantees.
13
+
If you work with non-holomorphic functions, you will need to manually separate real and imaginary parts.
0 commit comments