-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change the handling of the `init` argument in `map_word` - use `init` whenever it is different from `nothing` (this differs from the documented behaviour for the Julia functions `sum` and `prod`) - extend the `map_word` method for `PcGroupElem` to `SubPcGroupElem` - add a special `map_word` method where the images are `FinGenAbGroupElem`s, where evaluating means to add images instead of multiplying them - extend the tests * improve the documentation
- Loading branch information
1 parent
a760cbb
commit 870b624
Showing
3 changed files
with
106 additions
and
27 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