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

DensePolynomial: add to_coefficients_vec #917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhiqiangxu
Copy link
Contributor

@zhiqiangxu zhiqiangxu commented Jan 8, 2025

This PR adds a to_coefficients_vec to DensePolynomial, so that external users can convert vec to DensePolynomial with from_coefficients_vec, and after computations finally converts DensePolynomial back to vec with to_coefficients_vec without copy.

@zhiqiangxu zhiqiangxu requested review from a team as code owners January 8, 2025 03:36
@zhiqiangxu zhiqiangxu requested review from z-tech, Pratyush and tyshko-rostyslav and removed request for a team January 8, 2025 03:36
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.

1 participant