Currently, the implicit function is defined for real arguments only
function (implicit::ImplicitFunction)(
x_and_dx::AbstractArray{Dual{T,R,N}}; kwargs...
) where {T,R,N}
It would be useful to have it work for complex-valued arguments as well. Naively defining the same function with modified type signature did not seem to work.
Currently, the implicit function is defined for real arguments only
It would be useful to have it work for complex-valued arguments as well. Naively defining the same function with modified type signature did not seem to work.