Closed sritchie closed 3 months ago
This PR:
Moves the IPerturbed implementation for functions to emmy.function, out of emmy.calculus.derivative
IPerturbed
emmy.function
emmy.calculus.derivative
Adds an extract-id function to IPerturbed (implementations coming in a future PR)
extract-id
Adds a new mode parameter to emmy.differential/extract-tangent, in preparation for allowing reverse and forward mode across all output types
mode
emmy.differential/extract-tangent
This PR:
Moves the
IPerturbed
implementation for functions toemmy.function
, out ofemmy.calculus.derivative
Adds an
extract-id
function toIPerturbed
(implementations coming in a future PR)Adds a new
mode
parameter toemmy.differential/extract-tangent
, in preparation for allowing reverse and forward mode across all output types