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
81 stars 28 forks source link

K bsmith #295

Closed jgdumas closed 1 year ago

jgdumas commented 2 years ago

Corrects two well-hidden bugs.

1./ Was found via test-smith-kannan-bachem: "non const parameters must not be variadic"

2./ Was found via test-smith-form-binary: "multiplication in vectorlognorm within the field might overflow ..."

As a consequence, "make fullcheck" has now 0 failure!