File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/sage/schemes/elliptic_curves Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
Elliptic-curve morphisms
3
3
4
- This class serves as a common parent for various specializations
5
- of morphisms between elliptic curves. In the future, some of the
6
- code currently contained in the EllipticCurveIsogeny class should
7
- be moved here, and new code for cases not currently covered by the
8
- EllipticCurveIsogeny class should inherit from this class in order
9
- to eventually provide a uniform interface for all elliptic-curve
10
- maps --- regardless of differences in internal representations.
4
+ This class serves as a common parent for various specializations of
5
+ morphisms between elliptic curves, with the aim of providing a common
6
+ interface regardless of implementation details.
7
+
8
+ Current implementations of elliptic-curve morphisms (child classes):
9
+
10
+ - :class:`EllipticCurveIsogeny`
11
+ - :class:`sage.schemes.elliptic_curves.weierstrass_morphism.WeierstrassIsomorphism`
11
12
12
13
AUTHORS:
13
14
You can’t perform that action at this time.
0 commit comments