-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-35270: construct AdditiveAbelianGroupWrapper from (not necessarily…
… independent) generating set Currently, constructing an `AdditiveAbelianGroupWrapper` requires prior knowledge of an *independent* set of generators for the group. This patch adds an algorithm (implemented following Sutherland's thesis) to construct an `AdditiveAbelianGroupWrapper` from an arbitrary generating set, whose members need not be independent. This is useful for all kinds of things, including structure computations for finite abelian groups. URL: #35270 Reported by: Lorenz Panny Reviewer(s): Lorenz Panny, Travis Scrimshaw
- Loading branch information
Showing
3 changed files
with
282 additions
and
15 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