-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge dense MLEs & update documentation (#763)
* add a method to merge polys * a slice of references should suffice for merge * implement `AsRef` for DenseMLE * change `merge` to take `AsRef<Self>` * Add tests for merging unequal polys * Update doc examples for `evaluate` * Update doc example for `from_evaluations_vec` * Update doc for `fix_variables` The resulting polynomial is in 1 variable only, no need to index it * rename internal variable and remove redundant comment * use the extracted variable for next pow of two * add changelog entry * the argument to `merge` is now an iterator instead of slice * Apply suggestions from code review * Update poly/src/evaluations/multivariate/multilinear/dense.rs
- Loading branch information
Showing
2 changed files
with
151 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters