Skip to content

Complex-valued arguments #43

@baggepinnen

Description

@baggepinnen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions