julia
065d4567 - Materialize complex Symmetric matrices in eigen (#55348)

Commit
1 year ago
Materialize complex Symmetric matrices in eigen (#55348) Currently, `eigen` for a complex Symmetric matrix fails, as there's no specialized LAPACK function to handle such matrices. We may instead materialize the matrix and use a generic solver. While a user may do it by themselves, I think returning an answer is better than throwing an error.
Author
Parents
Loading