Matías F Schrauf
Matías F Schrauf
I came too with tthe same issue. While a generic matrix (generated randomly) seems to give the correct result, specific ones appear to be wrong: ```{julia} julia> using ForwardDiff julia>...
[UPDATE: please see comment below] First of all, thank you for the prompt reply. You are right, I could not find any reference as to why the Jacobi's Formula does...
Hello, after looking more carefully at the problem, I still think there is an issue with gradient of the determinant function, either considering symbolic differentiation or a finite difference approximation,...
That would be great, just should be careful if using `append!(a::MutableLinkedList,b::MutableLinkedList)` from DataStructures.jl as it currently can generate segfaults and infinite loops. [Issue #725](https://github.com/JuliaCollections/DataStructures.jl/issues/725#issue-807752125)