Clément Pernet

Results 44 issues of Clément Pernet

In #193 it was noticed that `test-ffarith` involves a test requiring 1.5Gb causing some debian builds to fail due to memory constraints. Stating that Givaro requires 1.5Gb of RAM seems...

enhancement

`march=native` on fedora with clang seem to fail to detect the right target: ``` error: unknown target CPU 'pentium-m' ``` https://ci.inria.fr/linbox/job/Givaro/Archi=linbox-fedora,Compiler=clang++/257/

question

So far, GFqDom only represents finite fields of fewer than 16 bits. This is only required at the creation the tables. Instead, one could use another type at this phase.

enhancement

to update autotools scripts

wait before merging

Follow up of #160 . GFqDom is a tabulated implementation of Galois field with init and convert of elements to/from double allowing some slack so as to perform small dot...

enhancement

When using the `--enable-precompilation` option, a change in the source code triggers the recompilation of the whole library binaries when calling `make` but not when compiling a test or the...

In `utils/fflas_random.h`, `RandomSymmetricMatrix` uses `FFPACK::ftrtrm` and therefore needs to include `ffpack/ffpack.h`, but the latter includes `utils/fflas_random.h`. All routines in fflas_random.h should be forward declared somewhere (`fflas.h` or `ffpack.h`).

bug

In `fflas_freduce.h` * the trait `support_fast_mod` stands for "the field element" support Barret's modular reduction provided that the field is of Modular type (`Modular` or `ModularBalanced`) * the trait `support_simd_mod`...

The test files `tests/test-sparse.C` `tests/test-fspmv-recint.C` are currently removed from the main test-suite as they segfault early on. This seems to be related to the `ReadSmsFormat` matrix reader. This issue is...