I’m not quite sure if I chose the right domain. However, this question is about automatic differentiation.
My plan is to overload all functions (for my own tracked real/array type) for which rules exist in ChainRules.jl.
Is there a way to do this automatically, or is there a list of all rules that ChainRules.jl contains that allows all functions to be automatically overloaded?