Daniel-Diaz / matrix

A Haskell native implementation of matrices and their operations.
BSD 3-Clause "New" or "Revised" License
35 stars 31 forks source link

Reference to matrix-static #59

Open wchresta opened 6 years ago

wchresta commented 6 years ago

With the matrix-static package (https://hackage.haskell.org/package/matrix-static), there exists a wrapper around matrix that keeps dimension information on the type level. There are multiple possible interactions between these two packages:

If you'd like any changes on matrix-static, please don't hesitate to open issues. This issue can be closed whenever this thread of discussion has concluded.