Changes between Version 2 and Version 5 of Ticket #12876
- Timestamp:
- 04/25/12 00:13:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12876
-
Property
Reviewers
changed from
to
Simon King
-
Property
Reviewers
changed from
-
Ticket #12876 – Description
v2 v5 13 13 - ParentWithBase.Hom was redundant and is gone. 14 14 - Reduce the footprint of the current trick to delegate 15 Hom(F,F)(on_basis=...) to module_morphism. 15 Hom(F,F)(on_basis=...) to module_morphism, allow for the diagonal 16 option too, an make sure the homset category is set properly. 16 17 - Update a doctest in sage.modules.vector_space_homspace to take into 17 18 account that homsets created via _Hom_ are now unique.