ndarray-linalg
ndarray-linalg copied to clipboard
How to do eig(A,B)?
I am writing an application where I need to calculate eig values. From your documentation, I could see eig() but not eig(&B). Is it available?
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.
Hi @termoshtt - I am willing to implement this and this is my first contribution.
Just now I finished setting up my dev environment. But now stuck with lapacke (issue).