I've implemented the full (I think) LinearAlgebra for Integer (Int32).
(Anything that doesn't make sense when constrained to integers throws InvalidOperationException, like Svd, LU, QR...)
I think I've got the Unit Tests done also, but I have not used NUnit before (I used the VS2010 Unit Test system).
Can someone give me some assistance in actually running the Unit Tests (VS 2013) before I send the pull request?
(Anything that doesn't make sense when constrained to integers throws InvalidOperationException, like Svd, LU, QR...)
I think I've got the Unit Tests done also, but I have not used NUnit before (I used the VS2010 Unit Test system).
Can someone give me some assistance in actually running the Unit Tests (VS 2013) before I send the pull request?