Eduardo Lenz

Results 4 comments of Eduardo Lenz

The culprit seems to be `schur(A)`, computed inside `sqrt(A)`.

@aravindh-krishnamoorthy I tried the code in your repository, but the same pattern remains. I managed to reduce the test Matrix to ``` function Test_sqrt(N=1000) # Initialize matrix A A =...

Thanks @cisco-ap . It did not work for me, since the next problem appears with respect to libk5crypto ``` ERROR: LoadError: InitError: could not load library "/home/lenz/.julia/artifacts/7f40eeb66d90d3026ae5fb68761c263b57adb840/lib/libavdevice.so" /usr/lib64/libk5crypto.so.3: undefined symbol:...

@evetion It worked! Thank you very much. So I must assume that this correction to the LD_LIBRARY_PATH sould be made by the binary builder and it is a bug?