fflas-ffpack
fflas-ffpack copied to clipboard
fflas_randommatrix.h has only FFPACK namespace
It's not really a bug but rather an incoherence.
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