Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do eig(A,B)? #267

Open
selvavm opened this issue Feb 21, 2021 · 2 comments · May be fixed by #280
Open

How to do eig(A,B)? #267

selvavm opened this issue Feb 21, 2021 · 2 comments · May be fixed by #280

Comments

@selvavm
Copy link

selvavm commented Feb 21, 2021

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
Copy link
Author

selvavm commented Feb 21, 2021

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
Copy link
Author

selvavm commented Apr 17, 2021

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 selvavm linked a pull request Apr 18, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants