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 7b271ed commit 2000d97Copy full SHA for 2000d97
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