fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

fflas_randommatrix.h has only FFPACK namespace

Open ledentp opened this issue 7 years ago • 1 comments

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

ledentp avatar Jun 16 '17 14:06 ledentp

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

  • [ ] either we decide to either merge the 2 namespaces
  • [ ] or we rename the file into ffpack_randommatrix.h

ClementPernet avatar Jun 20 '17 09:06 ClementPernet