You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Changed "matrix_alloc" to "matrix_alloc_jpd" to avoid possible fut…
…ure naming collisions. 2) Jacobi::Diagonalize() returns number of iters (>0) not "sweeps", or 0 when convergence failed, 3) Now runs on 1x1 matrices without crashing 4) removed dependence on <cassert> (although the old assert statements remain commented out).
Corrected a typo in the C++11 move constructor. Also improved automat…
…ed tests with examples containing const vector<vector and const fixed-size arrays.
added a default template argument. (Instantiation now only requires a…
… minimum of 3 template arguments.) This was used to simplify the example in the README.md. Several other small changes were also made.
several tiny changes in jacobi.hpp were to make it easier to perform …
…code coverage tests. Some small changes were made to "test_jacobi.cpp" (formerly "test.cpp") to make it easier to do benchmarking tests. (Benchmark results were also added to the README.md file.)