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.
1 parent 41f1071 commit 93a7b14Copy full SHA for 93a7b14
src/differentials.jl
@@ -55,7 +55,8 @@ extern(x::AbstractWirtinger) = throw(ArgumentError("`AbstractWirtinger` cannot b
55
Base.iterate(x::AbstractWirtinger) = (x, nothing)
56
Base.iterate(::AbstractWirtinger, ::Any) = nothing
57
58
-# `conj` is not defined for `AbstractWirtinger`
+# `conj` is not defined for `AbstractWirtinger`.
59
+# Need this method to override the definition of `conj` for `AbstractDifferential`.
60
Base.conj(x::AbstractWirtinger) = throw(MethodError(conj, x))
61
62
#####
0 commit comments