Opened 9 months ago
Last modified 2 months ago
#30235 new enhancement
Add construction methods to FiniteRankFreeModule and CombinatorialFreeModule
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.4 |
Component: | linear algebra | Keywords: | |
Cc: | tscrim, egourgoulhon | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | u/mkoeppe/add_construction_methods_to_finiterankfreemodule_and_combinatorialfreemodule (Commits, GitHub, GitLab) | Commit: | 78d063341d140193991bf2f273246d5005c1ea60 |
Dependencies: | #30194 | Stopgaps: |
Description (last modified by )
(follow-up from #30194)
... extending sage.categories.pushout.VectorFunctor
Change History (5)
comment:1 Changed 9 months ago by
- Branch set to u/mkoeppe/add_construction_methods_to_finiterankfreemodule_and_combinatorialfreemodule
comment:2 Changed 9 months ago by
- Commit set to 78d063341d140193991bf2f273246d5005c1ea60
- Dependencies set to #30194
comment:3 Changed 9 months ago by
- Description modified (diff)
comment:4 Changed 8 months ago by
- Milestone changed from sage-9.2 to sage-9.3
comment:5 Changed 2 months ago by
- Milestone changed from sage-9.3 to sage-9.4
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
Note: See
TracTickets for help on using
tickets.
New commits:
Create CombinatorialFreeModule if basis keys given
zero_vector: Handle bad input like zero_vector(3.6) before passing it to ZZ.__pow__
FreeModule: SImplify argument handling
src/sage/misc/sageinspect.py: Do not use FreeModule as an example for a class instance
Extend VectorSpace factory in the same way
Move documentation from FreeModuleFactory to FreeModule
FreeModule: Add to documentation
More documentation