Use Arb to evaluate polynomials with integer/rational coefficients at balls
Interface the arb functions arb_fmpz_poly_evaluate_*()
for evaluating p at x when p ∈ ℤ[x] and x ∈ RBF or CBF.
Change History (9)
Branch: |
→ u/mmezzarobba/30652-arb_fmpz_poly_eval
|
Commit: |
→ e1c474b50c081283c3933cf7db22de702bdeba67
|
Description: |
modified (diff)
|
Status: |
new →
needs_review
|
Summary: |
Wrap the main arb_fmpz functions →
Wrap arb_fmpz_poly_evaluate_* (p(x) with p ∈ ℤ[x] and x ∈ RBF or CBF)
|
Commit: |
e1c474b50c081283c3933cf7db22de702bdeba67 →
7a48f9b94f23208ea0b596c55c7cbeab9fb53572
|
Summary: |
Wrap arb_fmpz_poly_evaluate_* (p(x) with p ∈ ℤ[x] and x ∈ RBF or CBF) →
Wrap arb_fmpz_poly_evaluate_*() for p(x) with p ∈ ℤ[x] or ℚ[x] and x ∈ RBF or CBF
|
Authors: |
→ Marc Mezzarobba
|
Description: |
modified (diff)
|
Summary: |
Wrap arb_fmpz_poly_evaluate_*() for p(x) with p ∈ ℤ[x] or ℚ[x] and x ∈ RBF or CBF →
Use Arb to evaluate polynomials with integer/rational coefficients at balls
|
Milestone: |
sage-9.2 →
sage-9.3
|
Reviewers: |
→ Vincent Delecroix
|
Status: |
needs_review →
positive_review
|
Branch: |
u/mmezzarobba/30652-arb_fmpz_poly_eval →
7a48f9b94f23208ea0b596c55c7cbeab9fb53572
|
Resolution: |
→ fixed
|
Status: |
positive_review →
closed
|
(At first I wanted to wrap
arb_fmpz_poly_complex_roots
as well, but that requires more refactoring of the genericroots()
method that I have the bandwidth for right now.)New commits:
#30652 declare arb_fmpz_* C functions
#30652 wrap arb_fmpz_poly_eval_*