Changes between Initial Version and Version 2 of Ticket #26105
- Timestamp:
- 08/21/18 17:31:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26105 – Description
initial v2 2 2 3 3 This is often insufficient, e.g., in the case of polynomial rings where you would also like to define a map that translate the ring of coefficients non-canonically. Note that function fields already have a specialized `.hom()` implementation that supports this feature. 4 5 See #26103 for a followup.