chessai / eigen

Haskell bindings to the Eigen C++ library
Other
16 stars 6 forks source link

Sparse matrix eigenvectors / eigenvalues #18

Open GregorySchwartz opened 5 years ago

GregorySchwartz commented 5 years ago

Is it possible to add functions to return eigenvectors and eigenvalues from sparse eigen matrices? I'm not sure if eigen does it, but there are libraries built on eigen which do this.

chessai commented 5 years ago

I don't see why not! A PR would be most welcome.