You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Summary
Add allocator for
DensePolynomialVar
, so we can easily convertark_poly::DensePolynomial
toDensePolynomialVar
by callingDensePolynomial::new_variable
.We can keep release 3.0 as is. It's ok to move this feature to the next release.
Proposal
Impl
AllocVar
forDensePolynomial
.I also plan to impl
AllocVar
for domains and evaluations so that we can easily convert univariate domain inark-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
The text was updated successfully, but these errors were encountered: