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

linalg: add generalized eigenvalue problem to eig #907

Closed
perazz opened this issue Dec 10, 2024 · 0 comments
Closed

linalg: add generalized eigenvalue problem to eig #907

perazz opened this issue Dec 10, 2024 · 0 comments
Labels
idea Proposition of an idea and opening an issue to discuss it

Comments

@perazz
Copy link
Member

perazz commented Dec 10, 2024

Motivation

I'm opening a issue to discuss the addition of the generalized eigenvalue problem:

A⋅x=λ⋅B⋅x

as an extension of eig, that currently only handles the standard eigenvalue problem:

A⋅x=λ⋅x

Prior Art

Scipy is the only package that offers this option

Additional Information

Fortran Discourse thread where the feature was recently requested

@perazz perazz added the idea Proposition of an idea and opening an issue to discuss it label Dec 10, 2024
@perazz perazz closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Proposition of an idea and opening an issue to discuss it
Projects
None yet
Development

No branches or pull requests

1 participant