Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/schemes/hyperelliptic_curves/all.py
8821 views
1
from constructor import HyperellipticCurve
2
from hyperelliptic_generic import is_HyperellipticCurve
3
from kummer_surface import KummerSurface
4
from invariants import (igusa_clebsch_invariants,
5
absolute_igusa_invariants_kohel,
6
absolute_igusa_invariants_wamelen,
7
clebsch_invariants)
8
from mestre import (Mestre_conic, HyperellipticCurve_from_invariants)
9
10