Skip to content

ForwardDiff of in-place functions? #136

Closed
@ChrisRackauckas

Description

@ChrisRackauckas

Is there any way to ForwardDiff in-place functions? Most of mine look like this:

g = (du,x,t)-> du[:]=f(x,t))

for some f not in place. Is my best bet just to use f directly and then build an in-place derivative of g from the derivative of f?

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