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
Returns both the value f(args...) and the jacobian as a named tuple.
But it seems it returns vec(f(args...)) instead. That is coherent with the Jacobian presented as a matrix (instead of a higher-order tensor) but still surprising:
The documentation says
But it seems it returns
vec(f(args...))
instead. That is coherent with the Jacobian presented as a matrix (instead of a higher-order tensor) but still surprising:The text was updated successfully, but these errors were encountered: