-
Notifications
You must be signed in to change notification settings - Fork 3
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
added operations for a module as an algebra #75
Conversation
XModAlgebraByModule has been rewritten and examples added to the manual - XModAlgebra X3 and its conversion to a Cat1-algebraC3. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 69.57% 71.33% +1.76%
==========================================
Files 8 10 +2
Lines 2491 2512 +21
==========================================
+ Hits 1733 1792 +59
+ Misses 758 720 -38
|
Removed use of AlgebraHomomorphismByFunction because CI tests with stable-4.12 were failing. |
Extensive changes in this PR. The main change is the revised module action, with added files module.gd, module.gi, module3.tst. What is now needed is a revision of AlgebraAction2. |
The existing code for AlgebraActionByModule used Cartesian, an operation best avoided.
This PR adds functions: ModuleAsAlgebra, IsModuleAsAlgebra, ModuleToAlgebraIsomorphism and AlgebraToModuleIsomorphism and rewrites AlgebraActionByModule.
The next step will be to rewrite XModAlgebraByModule.