JuliaDiff / AbstractDifferentiation.jl

An abstract interface for automatic differentiation.
https://juliadiff.org/AbstractDifferentiation.jl/
MIT License
136 stars 18 forks source link

`lazy_jacobian` is less generic than `pullback_function` #83

Open gdalle opened 1 year ago

gdalle commented 1 year ago

The result J of lazy_jacobian can supposedly be used as v' * J for vector-Jacobian products, but the tranpose operator doesn't work if v is, for instance, a 3D array