-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mutating arithmetic for
SRow
s (#1659)
* Make `scale_row!` follow its docstring i.e. don't throw on zero scalars, and coerce scalars if needed * Fix a docstring typo * Let `add_scaled_row` coerce the scalar * Add mutating arithmetics for SRow * Skip deepcopy in addmul! in case of aliasing * Add `submul!` * Add tests * Some fixes (tests run now) * Comment out tests * Adapt to AA changes * Bump AbstractAlgebra compat
- Loading branch information
1 parent
5341ab1
commit ad39e8f
Showing
4 changed files
with
205 additions
and
21 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
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