arb/arb_fmpz_poly
2022-05-11 12:33:32 +02:00
..
test arb_fmpz_poly_complex_roots: explicitly guarantee that roots are isolated (was true in practice, but could theoretically fail when the deflation hack is used) 2021-05-19 12:17:32 +02:00
complex_roots.c arb_fmpz_poly_complex_roots: explicitly guarantee that roots are isolated (was true in practice, but could theoretically fail when the deflation hack is used) 2021-05-19 12:17:32 +02:00
deflate.c add arb_fmpz_poly_complex_roots 2017-06-23 15:14:30 +02:00
deflation.c add arb_fmpz_poly_complex_roots 2017-06-23 15:14:30 +02:00
evaluate_acb.c add arb_fmpz_poly module with evaluation, plus a function to construct minimal polynomials of Gaussian periods 2017-06-23 13:08:45 +02:00
evaluate_acb_horner.c add arb_fmpz_poly module with evaluation, plus a function to construct minimal polynomials of Gaussian periods 2017-06-23 13:08:45 +02:00
evaluate_acb_rectangular.c bugfix; improve arb_fmpz_poly_evaluate_arb and arb_fmpz_poly_evaluate_acb using dot products 2021-07-02 15:10:11 +02:00
evaluate_arb.c bugfix; improve arb_fmpz_poly_evaluate_arb and arb_fmpz_poly_evaluate_acb using dot products 2021-07-02 15:10:11 +02:00
evaluate_arb_horner.c add arb_fmpz_poly module with evaluation, plus a function to construct minimal polynomials of Gaussian periods 2017-06-23 13:08:45 +02:00
evaluate_arb_rectangular.c bugfix; improve arb_fmpz_poly_evaluate_arb and arb_fmpz_poly_evaluate_acb using dot products 2021-07-02 15:10:11 +02:00
gauss_period_minpoly.c n_gcd_full -> n_gcd deprecation 2022-05-11 12:33:32 +02:00
inlines.c rely on the fmpz_poly_cos_minpoly code from flint (available since 2.5) 2017-06-25 11:53:21 +02:00