Skip to content

Solve slowdown in derive #118

@CohenCyril

Description

@CohenCyril

TODO (alternatives):

  • Lock the definition of diffusing a module type :

    analysis/derive.v

    Lines 46 to 48 in 99d2078

    Definition diff (F : filter_on V) (_ : phantom (set (set V)) F) (f : V -> W) :=
    (get (fun (df : {linear V -> W}) => continuous df /\ forall x,
    f x = f (lim F) + df (x - lim F) +o_(x \near F) (x - lim F))).
  • Use canonical structures instead of typeclasses for automatic derive

Metadata

Metadata

Assignees

No one assigned

    Labels

    "bug" 🐛This issue (resp. PR) describes (resp. fixes) a "bug"enhancement ✨This issue/PR is about adding new features enhancing the library

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions