linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra
https://linbox-team.github.io/linbox
GNU Lesser General Public License v2.1
83 stars 28 forks source link

tests (in fullcheck) failing to compile #228

Open bdsaunders opened 5 years ago

bdsaunders commented 5 years ago

test-ntl-toeplitz and test-ntl-hankel fail due to disappearance of Method::Shape test-smith-form-binary fails due to lack of testRandom test-rational-reconstruction-base fails due to lack of powtwo in Givaro::ZRing

bdsaunders commented 5 years ago

Pushed fixes directly to master. Future work (will make separate issues/branches):

  1. fix smith form binary (in particular, often second smallest invariant is garbage)
  2. clean up toeplitz and hankel a little.