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

Let he2hb assert its limitations rather than duplicating it upfront/call-side #206

Closed
wants to merge 1 commit into from

Conversation

hfp
Copy link

@hfp hfp commented Jan 7, 2025

No description provided.

@mgates3
Copy link
Collaborator

mgates3 commented Jan 7, 2025

Yes, there is a duplication of an assert. Doing it in heev triggers the exception as early as possible and avoids modifying the matrix A in heev before triggering the exception.

The tester also currently assumes that heev does an assertion. That could be fixed by moving the "Test that invalid options throw" block after generate_matrix, which again takes extra time.

As this PR doesn't really fix a bug, I'm not inclined to make any changes.

@hfp
Copy link
Author

hfp commented Jan 8, 2025

Let me close. It was an initial byproduct for something I am playing with. In essence, I am looking for PHEEVD to be supported with the Upper format (see #204 (comment)).

@hfp hfp closed this Jan 8, 2025
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.

2 participants