Generalized Eigenvalue problem?
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Currently, It is possible to compute the eigenvalues and eigenvectors of a symmetric matrix using the [SymmetricEigen Struct](https://www.nalgebra.org/rustdoc/nalgebra/linalg/struct.SymmetricEigen.html) but I have not been able to find an interface to solve the [Generalized eigenvalue problem](https://en.wikipedia.org/wiki/Eigendecomposition_of_a_matrix#Generalized_eigenvalue_problem). Is there already a function for doing so in **nalgebra**?
I am looking for something similar to [Eigen's GeneralizedEigenSolver](https://eigen.tuxfamily.org/dox/classEigen_1_1GeneralizedEigenSolver.html)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.