You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned that the way to deal with this is to tell inv() that it is a symmetric matrix by passing it to Symmetric() first.
This was an annoying bug to hunt down so I'm inclined to suggest the inv() function should check for symmetry, but then again I don't know how much overhead that would introduce.
Is this the right place for issues with LinearAlgebra.jl
Here is an MWE
The text was updated successfully, but these errors were encountered: