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

Add allocator for DensePolynomialVar #67

Open
4 tasks
tsunrise opened this issue Jun 6, 2021 · 0 comments
Open
4 tasks

Add allocator for DensePolynomialVar #67

tsunrise opened this issue Jun 6, 2021 · 0 comments
Labels
D-easy Difficulty: easy T-feature Type: new features

Comments

@tsunrise
Copy link
Member

tsunrise commented Jun 6, 2021

Summary

Add allocator for DensePolynomialVar, so we can easily convert ark_poly::DensePolynomial to DensePolynomialVar by calling DensePolynomial::new_variable.

We can keep release 3.0 as is. It's ok to move this feature to the next release.

Proposal

Impl AllocVar for DensePolynomial.

I also plan to impl AllocVar for domains and evaluations so that we can easily convert univariate domain in ark-poly to variable. However, currently univariate domain can only be subgroup (instead of coset). Once coset is supported, we can so do.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@Pratyush Pratyush added D-easy Difficulty: easy T-feature Type: new features labels Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy Difficulty: easy T-feature Type: new features
Projects
None yet
Development

No branches or pull requests

2 participants