.. |dklogo| image:: ../../assets/logos/logo-black.png :alt: DerivKit logo black :width: 32px |dklogo| Derivatives ==================== Task-oriented examples for computing numerical derivatives with DerivKit. ---- .. grid:: 2 :gutter: 2 .. grid-item-card:: Finite differences :link: finite_differences :link-type: doc Basic finite-difference derivatives with explicit step sizes. .. grid-item-card:: Adaptive fit :link: adaptive_fit :link-type: doc Adaptive step-size selection using local fits. .. grid-item-card:: Local polynomial :link: local_poly :link-type: doc Local polynomial interpolation and differentiation. .. grid-item-card:: Tabulated derivatives :link: tabulated :link-type: doc Derivatives from tabulated (x, y) data via Tabulated1DModel. .. grid-item-card:: Multiple points :link: multiple_points :link-type: doc Compute derivatives at many evaluation points efficiently. .. toctree:: :maxdepth: 2 :hidden: finite_differences adaptive_fit local_poly tabulated multiple_points