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

Make getElem more safe, add "unsafeSet", use it it LUDecomp #9

Closed abbradar closed 10 years ago

abbradar commented 10 years ago

This is a followup on https://github.com/Daniel-Diaz/matrix/issues/8. I've implemented second choice (I just like it more, you are free to do something else, of course), and have also added unsafe set operations.

Daniel-Diaz commented 10 years ago

Looks good to me. Thank you!