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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: