Pinned repositories
Repositories
-
ChainRules.jl
forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs
-
ChainRulesCore.jl
It is like recipes but for AD! (Full functionality is in ChainRules.jl but this a light weight dependency just to define sensitivities for your functions in your packages)
-
AbstractDifferentiation.jl
An abstract interface for automatic differentiation.
-
FiniteDifferences.jl
High accuracy derivatives, estimated via numerical finite differences (formerly FDM.jl)
-
ChainRulesTestUtils.jl
Utilities for testing custom AD primitives.
-
HyperDualNumbers.jl
Julia implementation of HyperDualNumbers
-
DualNumbers.jl
Julia package for representing dual numbers and for performing dual algebra
-
TaylorSeries.jl
A julia package for Taylor polynomial expansions in one and several independent variables.
-
DiffRules.jl
A simple shared suite of common derivative definitions
-
ReverseDiff.jl
Reverse Mode Automatic Differentiation for Julia
-
ForwardDiff.jl
Forward Mode Automatic Differentiation for Julia
-
SparseDiffTools.jl
Fast jacobian computation through sparsity exploitation and matrix coloring
-
FiniteDiff.jl
Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support
-
DiffResults.jl
A package which provides an API for querying differentiation results at multiple orders simultaneously
-
DiffTests.jl
A common suite of test functions for stressing the robustness of differentiation tools.
-
Capstan.jl
A Cassette-based automatic differentiation package for the Julia language