Open
Description
[HIGHLY TECHNICAL]
Currently functions in pp.ad.functions
cannot be applied directly when defining an Ad expression, but must instead be wrapped in a general pp.ad.Function
(capital F). This intermediate step seems unnecessary, and should be dropped.
Note to self: A possible solution is to define a decorator which deals with the case of the input argument being an operator.