Jean-Guillaume Dumas
Jean-Guillaume Dumas
No need for 1.44 factor in Niter
WIP as still failing with clang++; and with g++ more with O0 than O2
test-hadamard-bound.C:46:38: error: ‘FastHadamardBound’ was not declared in this scope 46 | double fastHb = FastHadamardBound(A); | ~~~~~~~~~~~~~~~~~^~~ t
Hello, sorry cannot reproduce that one. Can you post (or send me the 'linbox-auto-install.log' ?
OK. This is some errors in the drivers for Maple in the interfaces/driver directory. If you are not using Maple everything should be fine (just remove the '--enable-drivers=y' option). I...
Sounds good to me !
test-regression now shows it for the 1x3 matrix. with -D DEBUG there are at least: sparse elim: explicit catching of non square matrix within nonsingular solve blas elim: ERROR (at...
Also: ERROR (at operator() in ../linbox/matrix/matrixdomain/blas-matrix-domain.inl:1190): Precondition not met:A.size() == B.getOrder()
also with sparse elim: ERROR (at LiftingContainerBase in ../linbox/algorithms/lifting-container.h:383): Precondition not met:m == n
With BLAS Elimination inconsistency is well catched. There remains 2 Isolated problems: 1/ Solve on integer system with Wiedemann, never calls solve wiedemann but switches to BLAS or SparseLU 2/...