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

Add generalized eigenvalues via dggev and zggev #285

Merged
merged 3 commits into from Nov 17, 2018

Conversation

maksbotan
Copy link
Contributor

These lapack functions generalize dgeev and zgeev. Interface for them
was added similarly to eig* functions already present in hmatrix.

These lapack functions generalize dgeev and zgeev. Interface for them
was added similarly to eig* functions already present in hmatrix.
eigG was incorrectly returning eigenvectors corresponding to complex
eigenvalues. This was discovered with tests for geig, which are also
added to the repo.
@maksbotan
Copy link
Contributor Author

So, did you have a chance to look at this?

@idontgetoutmuch idontgetoutmuch merged commit 480c4db into haskell-numerics:master Nov 17, 2018
@maksbotan
Copy link
Contributor Author

@idontgetoutmuch do you plan to make a release in the near future?

@maksbotan maksbotan deleted the add-geig branch November 17, 2018 09:43
@idontgetoutmuch
Copy link
Member

Probably - I need to merge in some changes to the binding for sundials first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants