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.
2 parents 7b271ed + 2000d97 commit 11ce18aCopy full SHA for 11ce18a
src/differentiation/jaches_products.jl
@@ -1,6 +1,6 @@
1
struct DeivVecTag end
2
3
-get_tag(::Array{Dual{T, V, N}}) where {T, V, N} = T
+get_tag(::AbstractArray{Dual{T, V, N}}) where {T, V, N} = T
4
get_tag(::Dual{T, V, N}) where {T, V, N} = T
5
6
# J(f(x))*v
0 commit comments