-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sparse scalar mul and sub (#259)
* Add/Sub impl for Sparse and Dense polys, Mul<F> for SparsePolynomial * Add test and update changelog * Fmt * Update CHANGELOG.md * add add_assign and sub_assign * fmt Co-authored-by: Weikeng Chen <w.k@berkeley.edu>
- Loading branch information
1 parent
f64db16
commit 846c90b
Showing
3 changed files
with
250 additions
and
17 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
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