Skip to content

Update dgegv_ to dggev_ #102

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Nordegraf
Copy link
Contributor

Lapack's dgegv_ has been deprecated for quite some time now and has been removed in Lapack 3.12, which was released in January.

The dgegv kernel has been replaced by dggev, which has the same signature and does the same as dgegv.

I simply changed the corresponding function names in the lapack interface. Everything else can stay the same.

@Nordegraf Nordegraf requested a review from anaegel March 23, 2025 14:59
@Nordegraf Nordegraf requested a review from LogashenkoDL March 24, 2025 10:05
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.

1 participant