Vincent Neiger
Vincent Neiger
Test diff_realroot1 failed during some CI job (see link below). In many other CI runs these last few days this did not appear. Any possible explanation like randomization and small...
Here are some enhancements of evaluation at an `nmod` point for `nmod_poly`. I don't have specific uses for this, this was done as a "warmup" for writing more efficient implementations...
This adds functions for computing the quotient and remainder in the division by $x^n - c$. Special cases $c = -1$, $c = 0$, $c = 1$ are handled more...
Currently, most objects (polynomials, vectors, matrices, ...) composed of `nmod` or `fmpz_mod` coefficients offer some functions for filling coefficients with random entries that have a special property (typically calling `n_randtest`,...