-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
It seems that the present version does not support complex-valued problem. Let nlprob be a NonlinearProblem with uType Vector{ComplexF64}. Then
solve(nlprob, NewtonRaphson(), abstol = 1e-9)
yields ArgumentError: Cannot create a dual over scalar type ComplexF64. If the type behaves as a scalar, define ForwardDiff.can_dual(::Type{ComplexF64}) = true.
Is there a way around this?
Metadata
Metadata
Assignees
Labels
No labels