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
While working on #980 I noticed something strange in your use of ImplicitDifferentiation. You seem to be using a circular reasoning like the following:
forward(x) =implicit(x)
conditions(x, y, z) =...const implicit =ImplicitFunction(forward, conditions)
Can you explain why this is necessary? Higher-order AD perhaps?
The text was updated successfully, but these errors were encountered:
Which set of methods in particular are circular? I think they all accept different type signatures or have subtly different names, e.g., are, arec, ared etc., otherwise the tests would have failed with stack overflow?
While working on #980 I noticed something strange in your use of ImplicitDifferentiation. You seem to be using a circular reasoning like the following:
Can you explain why this is necessary? Higher-order AD perhaps?
The text was updated successfully, but these errors were encountered: