Skip to content

higher order and partial differentiation syntax #154

Description

@dlfivefifty

What do people think of

diff(f, order=3) # 3rd derivative
diff(f, order=(1,1)) # partial derivative f_{xy}

Behind the scenes it will wrap in a Val and because of constant propagation this should maintain type-stability..

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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