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

Relax requirement that all partials have to be of the same type

Open Keno opened this issue 4 years ago • 0 comments

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.

Keno avatar Sep 09 '21 22:09 Keno