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
For now I have achieved it by doing Cholesky factorisation and then solving for eigen values. However, I would be nice if the default Lapack function is exposed.
I am writing an application where I need to calculate eig values. From your documentation, I could see
eig()
but noteig(&B)
. Is it available?The text was updated successfully, but these errors were encountered: