chessai / eigen

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

[Ported Issue] Unsupported Modules #6

Open chessai opened 6 years ago

chessai commented 6 years ago

http://eigen.tuxfamily.org/dox/unsupported/index.html Would you be willing to take contributions allowing users to use unsupported code from Eigen? A lot of the stuff inside of the unsupported modules seems to be well-tested, user-supplied code, as well as being very useful. For example, the unsupported modules define things such as the Kronecker Product and FFT. I would put these in Data.Eigen.Unsupported.X or something. I am willing to start work on such a contribution(s).

  • @chessai