diff --git a/src/differentiation/jaches_products.jl b/src/differentiation/jaches_products.jl index be3a9f7f..264f22da 100644 --- a/src/differentiation/jaches_products.jl +++ b/src/differentiation/jaches_products.jl @@ -1,6 +1,6 @@ struct DeivVecTag end -get_tag(::Array{Dual{T, V, N}}) where {T, V, N} = T +get_tag(::AbstractArray{Dual{T, V, N}}) where {T, V, N} = T get_tag(::Dual{T, V, N}) where {T, V, N} = T # J(f(x))*v