ReverseDiff.jl
ReverseDiff.jl copied to clipboard
Missing A_mul_Bc! Function in Example
This example does not appear to work in Julia v1.0. The function A_mul_Bc! is undefined.
https://github.com/JuliaDiff/ReverseDiff.jl/blob/master/examples/jacobian.jl#L9
It should probably be
g!(out, a, b) = mul!(out, a + b, (a * b)')