Bizzi

Results 2 comments of Bizzi

The issue is very much alive. For a minimum working example, take: ``` import ForwardDiff, ReverseDiff, AbstractDifferentiation as AD n = 1 x0 = Array(rand(n)) M0 = rand(n,n) function proto(x,M)...

I see, thank you very much. Can you think of any relatively quick fixes I could implement on my end until these changes are merged? More specifically: could I get...