linbox-team / fflas-ffpack

FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package
http://linbox-team.github.io/fflas-ffpack/
GNU Lesser General Public License v2.1
56 stars 23 forks source link

fflas_randommatrix.h has only FFPACK namespace #110

Open ledentp opened 7 years ago

ledentp commented 7 years ago

It's not really a bug but rather an incoherence.

ClementPernet commented 7 years ago

While it would be natural to have the random matrix generators in namespace FFLAS, some of them need routines from the namespace FFPACK. In order to keep the namespace FFLAS independent from FFPACK I chose to have all random generators in FFPACK. This is not entirely satisfactory, but I only 2 options