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 a133468 commit 1548cbcCopy full SHA for 1548cbc
src/differentials.jl
@@ -63,10 +63,6 @@ The two fields of the returned instance can be accessed generically via the
63
struct Wirtinger{P,C} <: AbstractDifferential
64
primal::P
65
conjugate::C
66
- function Wirtinger(primal::Union{Number,AbstractDifferential},
67
- conjugate::Union{Number,AbstractDifferential})
68
- return new{typeof(primal),typeof(conjugate)}(primal, conjugate)
69
- end
70
end
71
72
wirtinger_primal(x::Wirtinger) = x.primal
0 commit comments