Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
reflect this change in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Sep 11, 2021
1 parent 440cff0 commit 80b0bb1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/sage/schemes/elliptic_curves/hom.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"""
Elliptic-curve morphisms
This class serves as a common parent for various specializations
of morphisms between elliptic curves. In the future, some of the
code currently contained in the EllipticCurveIsogeny class should
be moved here, and new code for cases not currently covered by the
EllipticCurveIsogeny class should inherit from this class in order
to eventually provide a uniform interface for all elliptic-curve
maps --- regardless of differences in internal representations.
This class serves as a common parent for various specializations of
morphisms between elliptic curves, with the aim of providing a common
interface regardless of implementation details.
Current implementations of elliptic-curve morphisms (child classes):
- :class:`EllipticCurveIsogeny`
- :class:`sage.schemes.elliptic_curves.weierstrass_morphism.WeierstrassIsomorphism`
AUTHORS:
Expand Down

0 comments on commit 80b0bb1

Please sign in to comment.