I would like to evaluate the transpose of the jacobian of a function F using ForwardDiff.jl or any AD. Is it possible? I read that reverse mode would provide this but failed to achieve this using ReverseDiff.jl.
I know I can evaluate the matrix-free jacobian using ForwardDiff.derivative(t -> F(x .+ t .* dx), 0.)