-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy species #38544
base: develop
Are you sure you want to change the base?
Lazy species #38544
Conversation
…groups Also added various miscellaneous functions
Co-authored-by: Martin Rubey <[email protected]>
Also some fixes to _element_constructor_ ConjugacyClassesOfSubgroups
Added _repr_ for ConjugacyClassesOfSubgroups I now output B[(gens or name if available)] as _repr_ for generators, for example B[1] + 2*B[(2,3,4)]
…y and doctest updates
…ial case in construct_element
Co-authored-by: Travis Scrimshaw <[email protected]>
Co-authored-by: Travis Scrimshaw <[email protected]>
Co-authored-by: Travis Scrimshaw <[email protected]>
Co-authored-by: Travis Scrimshaw <[email protected]>
This is now mostly functional. The next decision is how to go about replacing the old species framework - @fchapoton, it would be great to have your input on this! There is some functionality which is definitively missing. I know of the following:
1-3 are probably very easy, I think that 5 does not really belong to the species code, but should rather be a feature of the lazy framwork. Most likely, there is more. More questions:
|
We provide an implementation of combinatorial species based on the lazy series framework and #38446.
dependencies: #38974