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 Mul for DenseMultilinearExtension * Scalar #844

Closed
ssolit opened this issue Jun 27, 2024 · 0 comments · Fixed by #845
Closed

Add Mul for DenseMultilinearExtension * Scalar #844

ssolit opened this issue Jun 27, 2024 · 0 comments · Fixed by #845

Comments

@ssolit
Copy link
Contributor

ssolit commented Jun 27, 2024

Currently to multiply a DenseMultilinearExtension by a Scalar, one has to iterate over the evaluations field and manually create a new object. Implementing the Mul and MulAssign functions for DenseMultilinearExtension * F will simplify the code for this very fundamental and common operation.

@ssolit ssolit mentioned this issue Jun 27, 2024
6 tasks
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 a pull request may close this issue.

1 participant