Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xquan818 committed Sep 2, 2024
1 parent 91cc530 commit 96e0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frechet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ function DD_tensor(f::Function, eigs::Vector{T}, order::Integer) where {T}
DD_F_sym_val = @. divided_difference(f, eigs_take(DD_F_sym_index))
DD_F = SymmetricTensor(DD_F_sym_val, Val(N), Val(dim))

return DD_F
return Array(DD_F)
end

0 comments on commit 96e0620

Please sign in to comment.