chessai / eigen

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

Expose unsafeCoeff #24

Open sheaf opened 4 months ago

sheaf commented 4 months ago

This commit exposes unsafeCoeff from the Eigen.Matrix module. This just makes it easier to construct a matrix when one has value-level indices in hand, avoiding a rigamarole of someNatVal etc.