We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728e0f commit 7e090cbCopy full SHA for 7e090cb
ext/ForwardDiffStaticArraysExt.jl
@@ -7,7 +7,6 @@ using ForwardDiff: Dual, partials, GradientConfig, JacobianConfig, HessianConfig
7
vector_mode_gradient, vector_mode_gradient!,
8
vector_mode_jacobian, vector_mode_jacobian!, valtype, value, _lyap_div!
9
using DiffResults: DiffResult, ImmutableDiffResult, MutableDiffResult
10
-using StaticArrays
11
12
@generated function dualize(::Type{T}, x::StaticArray) where T
13
N = length(x)
0 commit comments