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

fix for Residu_t as new type in randiters; add a Caster for NTL::ZZ #284

Closed P1K closed 2 years ago

P1K commented 2 years ago

Fix the conflict implied by the joint merge of PR #257 and the givaro PR linbox-team/givaro#184 Also added a Caster for NTL::ZZ and used it to fix abusive casts of integer to int32_t