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

Add safe getRow & getCol variants #48

Closed ChrisCoffey closed 7 years ago

ChrisCoffey commented 7 years ago

I've found myself creating these variants in separate projects & figured they would make a useful addition to the library.