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

fix(eigs): Handle matrices with complex entries #2445

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

gwhitney
Copy link
Collaborator

This change fixes a typing problem in complexEigs.js in which
real-valued norms were inadvertently being typed as complex numbers.

Resolves #2439

gwhitney and others added 2 commits February 22, 2022 19:02
   This change fixes a typing problem in complexEigs.js in which
   real-valued norms were inadvertently being typed as complex numbers.

   Resolves josdejong#2439
@josdejong
Copy link
Owner

Thanks Glen, I'm glad to see this issue fixed 😅

@josdejong josdejong merged commit 9d4ea92 into josdejong:develop Mar 1, 2022
@josdejong
Copy link
Owner

Published in v10.3.0

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.

Eigenvalues of a general matrix
2 participants