pechersky/haskell-numpy-docs

Numeric.LinearAlgebra.Static

Opened this issue · 2 comments

Excellent comparison, @pechersky! I might try to add in the staticly typed hmatrix bindings later, but I'm pretty backlogged so I wanted to bring it to your attention in case I don't get around to it in a timely manner. It's an experimental module with horrendous documentation (in hmatrix >= 0.18.0.0), but it lets you do type-safe linear algebra -- which I think is a huge selling point to the haskell ecosystem.

Just a heads-up, I copied over hmatrix.hs to a hmatrix/static.hs and am at example 100 out of the original 233.