chessai / eigen

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

Compile time check for in-bounds access is wrong :( #22

Open Ivan8or opened 1 year ago

Ivan8or commented 1 year ago

as is the coeff function checks if the row, col vals are less than or equal to the dimensions of the array... but it should just be less than :(

chessai commented 1 year ago

I'd take a PR fixing this. This library is in a state of mess right now.