Skip to content

higher order and partial differentiation syntax #154

@dlfivefifty

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions