Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iop.Polynomial.Evaluate should work in Lagrange/Lagrange shifted form #463

Open
ThomasPiellard opened this issue Oct 19, 2023 · 0 comments
Assignees

Comments

@ThomasPiellard
Copy link
Contributor

Currently the Evaluate method on polynomial panics if the polynomial is not in canonical form.

We should store the coset in the polynomial structure (and perhaps a root of unity of the correct order) to evaluate it in Lagrange or Lagrange on a coset form. It might be useful if the polynomial is sparse in those basis for instance.

@ThomasPiellard ThomasPiellard self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant