x, [y=None]) |
abelian_group,
cardinality,
points
Further documentation:
) |
Returns the abelian group structure of the group of points on this elliptic curve.
OUTPUT: - an abelian group - tuple of images of each of the generators of the abelian group as points on this curve
[early_abort=False]) |
Return the number of points on this elliptic curve over this finite field.
INPUT: early_abort -- bool (default: Falst); if True an early abort technique is used and the computation is interrupted as soon as a small divisor of the order is detected.
Uses SEA (via sea.gp), as implemented in PARI by Christophe Doche and Sylvain Duquesne.
) |
All the points on this elliptic curve.
TODO: currently very stupid implementation - make faster using self.abelian_group()?
Instances of class EllipticCurve_finite_field also have the following special methods:
__getitem__,
_type
See About this document... for information on suggesting changes.