ReverseDiff.jl icon indicating copy to clipboard operation
ReverseDiff.jl copied to clipboard

Missing A_mul_Bc! Function in Example

Open ccoffrin opened this issue 6 years ago • 1 comments

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

ccoffrin avatar Feb 02 '19 22:02 ccoffrin

It should probably be

g!(out, a, b) = mul!(out, a + b, (a * b)')

dkarrasch avatar Oct 15 '19 17:10 dkarrasch