Clément Pernet

Results 37 comments of Clément Pernet

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`...

I removed the target for `fflas_101_lvl2.C` in f45a920 . This set of tutorials is work in progress. I'll let the issue open as a reminder that it needs a clean-up...

This is actually a duplicate of #106

Hi, On Fedora, passing the `--with-blas-libs=-lsatlas` should suffice to have fflas-ffpack linked against the distribution's single threaded atlas. Note that you need to install the development version of ATLAS package:...

> `--with-blas-libs=-lsatlas` > did not... (ist is not in the search path): Sorry, it should be `--with-blas-libs="-L/usr/lib64/atlas -lsatlas"` It has been an annoying issue since many years that the atlas...

`test-charpoly` fails on this branch (running the ArithProgPRecond method). I need to look into further details to see what did I break.