Home | Trees | Index | Help |
|
---|
Package sage :: Package ellcurve :: Module ellcurve |
|
Classes | |
---|---|
EllipticCurve |
Elliptic curve. |
EllipticCurve_generic |
Elliptic curve over a generic base ring. |
EllipticCurve_Q |
Elliptic curve over the Rational Field. |
Point |
Point on an elliptic curve. |
Function Summary | |
---|---|
Iterate through all curves in the elliptic curves database with conductor >= min_cond. | |
Return iterator over all known curves (in database) with conductor in the list of conductors. | |
Return iterator over all known optimal curves (in database) with conductor in the list of conductors. |
Variable Summary | |
---|---|
ComplexField |
C = Complex Field
|
RealField_mpf |
R = Multi-precision Real Field
|
IntegerRing |
Z = Integer Ring
|
Function Details |
---|
allcurves(min_cond=11)Iterate through all curves in the elliptic curves database with conductor >= min_cond. |
curves(conductors)Return iterator over all known curves (in database) with conductor in the list of conductors. |
optimal_curves(conductors)Return iterator over all known optimal curves (in database) with conductor in the list of conductors. |
Variable Details |
---|
C
|
R
|
Z
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon May 9 17:57:02 2005 | http://epydoc.sf.net |