| Commit message (Expand) | Author | Age | Files | Lines |
* | Jacobi algorithm documentation, from Seth Troisi | Niels M?ller | 2019-07-30 | 1 | -3/+0 |
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
* | Collapse copyright years. | Torbjorn Granlund | 2013-11-28 | 1 | -1/+1 |
* | Fix typos. | Torbjorn Granlund | 2013-07-22 | 1 | -2/+2 |
* | Remove unused variables and functions. | Torbjorn Granlund | 2013-02-28 | 1 | -2/+0 |
* | Updated copyright year. | Niels M?ller | 2013-02-21 | 1 | -1/+1 |
* | Whitespace cleanup. | Torbjorn Granlund | 2013-02-08 | 1 | -3/+3 |
* | jacobi testing: Rewrote check_large_quotients. | Niels M?ller | 2013-02-06 | 1 | -216/+105 |
* | Put all of test suite under GPL, use consistent header. | Torbjorn Granlund | 2012-11-21 | 1 | -11/+11 |
* | tests/mpz/t-jac.c (mpn_jacobi_n): Enlarge tested sizes. | Marco Bodrato | 2012-04-26 | 1 | -1/+1 |
* | Spacing cleanup. | Torbjorn Granlund | 2011-11-21 | 1 | -2/+2 |
* | Simplified mpz_jacobi using reciprocity. | Niels Möller | 2011-05-23 | 1 | -0/+4 |
* | Jacobi bugfix and corresponding test case. | Niels Möller | 2011-05-22 | 1 | -0/+1 |
* | Rewrote broken handling of the case asize == 1 in mpz_jacobi. | Niels Möller | 2011-05-21 | 1 | -2/+15 |
* | Enabled new Jacobi code. Reorganized mpz_jacobi to handle small inputs more e... | Niels Möller | 2010-05-11 | 1 | -14/+22 |
* | Clean up some spacing. | Torbjorn Granlund | 2010-05-07 | 1 | -4/+4 |
* | Fixed bug in jacobi_2, and added some more tests. | Niels Möller | 2010-04-28 | 1 | -0/+12 |
* | Fixed spelling in comment. | Niels Möller | 2010-04-14 | 1 | -2/+2 |
* | Also generate inputs with large quotients and a large gcd. | Niels Möller | 2010-03-09 | 1 | -18/+42 |
* | New test with large quotients. | Niels Möller | 2010-02-26 | 1 | -1/+221 |
* | New jacobi reference implementation, using factorization and legendre symbols... | Niels Möller | 2010-02-25 | 1 | -0/+96 |
* | Clean up spacing. | tege | 2007-09-24 | 1 | -23/+23 |
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
* | * tests/mpz/t-jac.c (check_data): Remove unnecessary variable | Kevin Ryde | 2004-02-14 | 1 | -4/+2 |
* | * tests/t-constants.c (main), tests/t-count_zeros.c (check_clz), | Kevin Ryde | 2003-12-13 | 1 | -2/+2 |
* | * tests/mpz/t-jac.c: Reduce tests. | Kevin Ryde | 2002-12-09 | 1 | -36/+51 |
* | * tests/mpz/t-jac.c (try_si_zi): Correction to "a" parameter type. | Kevin Ryde | 2002-07-21 | 1 | -9/+7 |
* | Add string.h | Kevin Ryde | 2001-04-03 | 1 | -0/+1 |
* | * tests/mpz/convert.c, dive.c, io.c, logic.c, reuse.c, t-2exp.c, | Kevin Ryde | 2001-03-02 | 1 | -19/+1 |
* | * tests/mpz/t-jac.c (try_base): Use %llu for long long limb. | Kevin Ryde | 2001-01-31 | 1 | -1/+9 |
* | * tests/mpz/*.c, tests/mpq/*.c, tests/mpf/*.c: Uses tests_start and | Kevin Ryde | 2001-01-27 | 1 | -1/+8 |
* | * tests/mpz/t-jac.c: Test mpz_kronecker. | Kevin Ryde | 2001-01-18 | 1 | -6/+8 |
* | * gmp-impl.h, tests/misc.c, tests/tests.h: Move MPZ_SET_STR_OR_ABORT | Kevin Ryde | 2001-01-17 | 1 | -2/+3 |
* | * tests/mpz/t-jac.c (check_a_zero): New test. | Kevin Ryde | 2001-01-08 | 1 | -17/+66 |
* | * tests/mpz/t-jac.c (check_squares_zi): Ensure random a,b != 0. | Kevin Ryde | 2001-01-07 | 1 | -0/+4 |
* | * mpz/tests, mpq/tests, mpf/tests, mpbsd/tests: Move directories to | Kevin Ryde | 2001-01-06 | 1 | -0/+684 |