#19822: Fast polynomial evaluation fmpz_poly/ZZX with mpfr/mpfi input
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-7.0
Component: algebra | Resolution:
Keywords: | Merged in:
Authors: Vincent Delecroix | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vdelecroix/19822 | 82f121bfac062934185f741610c7f97ddd504882
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Description changed by vdelecroix:
Old description:
> We implement functions that allow fast evaluations of integer polynomials
> with real input:
> - `fmpz_poly_evaluation_mpfr(mpfr_t res, const fmpz_poly_t poly, const
> mpfr_t a)`
> - `fmpz_poly_evaluation_mpfi(mpfi_t res, const fmpz_poly_t poly, const
> mpfi_t a)`
> - `ZZX_evaluation_mpfr(mpfr_t res, ZZX_c poly, const mpfr_t a)`
> - `ZZX_evaluation_mpfi(mpfi_t res, ZZX_c poly, const mpfi_t a)`
>
> These functions are integrated in the polynomial code within the methods
> `_eval_mpfr_` and `_eval_mpfi_`.
>
> See also the following discussion for upstream integrations:
>
> - [https://groups.google.com/forum/#!topic/flint-devel/WAw4jvBHPyQ thread
> on flint-devel]
New description:
We implement functions that allow fast evaluations of integer polynomials
with real input:
- `fmpz_poly_evaluation_mpfr(mpfr_t res, const fmpz_poly_t poly, const
mpfr_t a)`
- `fmpz_poly_evaluation_mpfi(mpfi_t res, const fmpz_poly_t poly, const
mpfi_t a)`
- `ZZX_evaluation_mpfr(mpfr_t res, ZZX_c poly, const mpfr_t a)`
- `ZZX_evaluation_mpfi(mpfi_t res, ZZX_c poly, const mpfi_t a)`
These functions are integrated in the polynomial code within the methods
`_eval_mpfr_` and `_eval_mpfi_`.
Follow up: #19841, #19824
See also the following discussion for upstream integrations:
- [https://groups.google.com/forum/#!topic/flint-devel/WAw4jvBHPyQ thread
on flint-devel]
--
--
Ticket URL: <http://trac.sagemath.org/ticket/19822#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.