Skip to content

corrected a typo in the C++11 move constructor

Compare
Choose a tag to compare
@jewettaij jewettaij released this 01 Sep 23:25
· 34 commits to master since this release

I discovered that in some 3rd-party code which uses the Jacobi class, that typo was causing compile failures. I also improved the automated tests using examples containing const vector<vector>, const array<array>, and const fixed-size arrays.