ndarray-linalg icon indicating copy to clipboard operation
ndarray-linalg copied to clipboard

How to do eig(A,B)?

Open selvavm opened this issue 4 years ago • 2 comments

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?

selvavm avatar Feb 21 '21 14:02 selvavm

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.

selvavm avatar Feb 21 '21 18:02 selvavm

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).

selvavm avatar Apr 17 '21 08:04 selvavm