DiffRules.jl
DiffRules.jl copied to clipboard
Added support for complex differentiable functions
When a complex function of a complex variable is differentiable, @define_diffrule
can be replaced with @define_complex_diffrule
. Then both diffrule
and complex_diffrule
will exist.