We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conj
adjoint
transpose
1 parent d79d2d9 commit a2f58b2Copy full SHA for a2f58b2
src/rules.jl
@@ -67,9 +67,6 @@
67
@define_diffrule SpecialFunctions.loggamma(x) =
68
:( SpecialFunctions.digamma($x) )
69
70
-@define_diffrule Base.conj(x) = :( 1 )
71
-@define_diffrule Base.adjoint(x) = :( 1 )
72
-@define_diffrule Base.transpose(x) = :( 1 )
73
@define_diffrule Base.abs(x) = :( DiffRules._abs_deriv($x) )
74
75
# We provide this hook for special number types like `Interval`
0 commit comments