Results 5 issues of Will Levine

Somehow I forgot to write this last summer. I will try to do it soon.

documentation

We have a function called `clapack_laswp`, which permutes columns, but as far as I can tell, there is no equivalent function called `clapack_?laswp` in ATLAS, or anywhere else in the...

enhancement

Not sure if this is really necessary, but #372 seems to suggest that it might be a good idea.

enhancement

If I modify one of the .h files in ext/nmatrix/math and run rake compile, nothing happens. I need to touch ext/nmatrix/math.cpp to get it to work. I have no idea...

bug
skill: beginner
skill: C/C++

getri is supposed to compute the inverse of a matrix. In the spec we test getri on ``` a = NMatrix.new(:dense, 3, [1,0,4,1,1,6,-3,0,-10], dtype) ``` and compare the result with...

bug
skill: intermediate
skill: C/C++