You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interface to various automatic differentiation (AD) backends in Julia.
12
13
@@ -23,7 +24,7 @@ This package provides a backend-agnostic syntax to differentiate functions of th
23
24
- In-place and out-of-place differentiation
24
25
- Preparation mechanism (e.g. to create a config or tape)
25
26
- Thorough validation on standard inputs and outputs (scalars, vectors, matrices)
26
-
- Testing and benchmarking utilities accessible to users with [DifferentiationInterfaceTest](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterfaceTest/)
27
+
- Testing and benchmarking utilities accessible to users with [DifferentiationInterfaceTest](https://github.com/gdalle/DifferentiationInterface.jl/tree/main/DifferentiationInterfaceTest)
Copy file name to clipboardExpand all lines: DifferentiationInterface/ext/DifferentiationInterfaceFastDifferentiationExt/DifferentiationInterfaceFastDifferentiationExt.jl
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ using FastDifferentiation:
23
23
make_variables,
24
24
sparse_hessian,
25
25
sparse_jacobian
26
+
using FillArrays: Fill
26
27
using LinearAlgebra: dot
27
28
using FastDifferentiation.RuntimeGeneratedFunctions: RuntimeGeneratedFunction
0 commit comments