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

Relocate Univariate Domain, Vanishing Polynomial, Lagrange Interpolation #105

Open
4 tasks done
weikengchen opened this issue Sep 29, 2022 · 1 comment
Open
4 tasks done
Assignees
Labels
D-easy Difficulty: easy P-medium Priority: medium T-refactor Type: cleanup/refactor

Comments

@weikengchen
Copy link
Member

Summary

Relocate Univariate Domain, Vanishing Polynomial, Lagrange Interpolation to ark-poly

Problem Definition

As a result of #53 native implementations of Univariate Domain, Vanishing Polynomial, Lagrange Interpolation in this repo. However, they should actually be at ark-poly.

4fbdc2b

Proposal

Move them to ark-poly and adjust the corresponding constraint structs (if there is any at this moment).


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@weikengchen weikengchen added D-easy Difficulty: easy T-refactor Type: cleanup/refactor P-medium Priority: medium labels Sep 29, 2022
@weikengchen weikengchen self-assigned this Sep 29, 2022
@Pratyush
Copy link
Member

ark-poly already includes native variants of these, no? We already have EvaluationDomain, SparsePolynomial, and various FFT algorithms there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy Difficulty: easy P-medium Priority: medium T-refactor Type: cleanup/refactor
Projects
None yet
Development

No branches or pull requests

2 participants