The repo for that package has been archived and has had no commits for four years, which is quite long in Julia time. I don’t know if it’s been superceded by something or just stopped being developed.
By the way, a simple improvement is to use sum(log, x)
rather than sum(log.(x))
. It should make a tiny difference compared to all those eig
s, but a difference nonetheless.