rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
371 stars 69 forks source link

Eigenvalue analysis for general matrices #40

Closed termoshtt closed 4 years ago

termoshtt commented 7 years ago

As argued in #29

termoshtt commented 7 years ago

transfer to #29

J-F-Liu commented 4 years ago

impl_eigh!(f64, lapacke::dsyev); is only for symmetric matrix, should use lapacke::dgeev. And Generalized Nonsymmetric Eigenvalue Problems are also nice to have.