Skip to content

Support for Implicitly defined functions #301

Open
@rcalxrc08

Description

@rcalxrc08

First thank you very much for the amazing package.

Second, let me explain the issue:
assume I have a function g returning x such that f(x,p)=0. I would be interested in computing the derivatives of x with respect to p but I am struggling to do that using the current APIs.

For example in case of ForwardDiff.jl (sorry for not perfect comparison) I can just define the rules on how to compute the first derivative and all of the other orders are automatically determined by successfully applying the chain rule (I guess).

Do you think it makes sense to implement an API in order to do this?
I even was looking at this but there is no support for TaylorSeries.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions