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 DensePolynomialVar #50

Merged
merged 7 commits into from Feb 5, 2021
Merged

Conversation

tsunrise
Copy link
Member

@tsunrise tsunrise commented Feb 4, 2021

Description

Add DensePolynomialVar, which is a variable representing DensePolynomial similar in ark-poly.

closes: #49


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (main)
  • Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

@weikengchen
Copy link
Member

weikengchen commented Feb 5, 2021

Looks good. Currently, this is still a draft PR, is it ready, or more is going to be added?

@tsunrise tsunrise marked this pull request as ready for review February 5, 2021 01:05
@tsunrise
Copy link
Member Author

tsunrise commented Feb 5, 2021

Looks good. Currently, this is still a draft PR, is it ready, or more is going to be added?

Yes, I believe it's ready. Let me open this PR.

@weikengchen weikengchen merged commit 09f3613 into arkworks-rs:master Feb 5, 2021
@tsunrise tsunrise deleted the dense_poly branch February 8, 2021 18:44
Pratyush pushed a commit that referenced this pull request Aug 8, 2021
* add folder structures similar to `ark-poly`

* add evaluate impl for DensePolynomialVar

* add tests

* fix no-std

* use ark_std::rand instead of SeedableRng

* add changelog

Co-authored-by: Weikeng Chen <w.k@berkeley.edu>
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

Successfully merging this pull request may close these issues.

Add DensePolynomial
2 participants