chessai / eigen

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

getCols and getRows #11

Closed GregorySchwartz closed 5 years ago

GregorySchwartz commented 5 years ago

What happened to these functions?

chessai commented 5 years ago

I just added them in the following commit: bf78bf8b663d3955a9edab82e23cb62b83353bd6

Apologies for that. The refactor of eigen was all-encompassing. If there are any other functions you notice missing, please let me know!

Also, do you need a release with these functions re-added?

GregorySchwartz commented 5 years ago

What about fromCols and fromRows?

chessai commented 5 years ago

What about fromCols and fromRows?

Just added in 8b63753

chessai commented 5 years ago

Closing in favour of https://github.com/chessai/eigen/issues/12