Gaurav Tamba

Results 2 issues of Gaurav Tamba

I was having this [issue](https://github.com/gau27/spice_rub/issues/14) when I tried testing my gem on Ruby 2.3 and greater. The gem adds the `nmatrix.h` header to the native include path so that NMatrix...

bug
skill: intermediate
skill: C/C++

I was able to reproduce #436 for every nxn square matrix whose elements are the natural numbers starting from 1 to n^n using this [script](https://github.com/gau27/nmatrix/blob/test/tmp/test.rb). The [output](https://github.com/gau27/nmatrix/blob/test/tmp/det_inv.txt) shows that each...

enhancement