ForwardDiff.jl
ForwardDiff.jl copied to clipboard
Relax requirement that all partials have to be of the same type
Sometimes it's useful to take different partials with different precisions or take some partials symbolically. Unfortunately, the assumption that partials are all of the same type is baked pretty deep into the library at the moment.