-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkelvin.gd
26 lines (21 loc) · 1.02 KB
/
kelvin.gd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DeclareGlobalFunction("KnotComplement");
DeclareGlobalFunction("KnotComplementWithBoundary");
DeclareGlobalFunction("ArcPresentationToKnottedOneComplex");
DeclareGlobalFunction("ArcDiagramToTubularSurface");
DeclareGlobalFunction("RegularCWMapToCWSubcomplex");
DeclareGlobalFunction("CWSubcomplexToRegularCWMap");
DeclareGlobalFunction("IntersectionCWSubcomplex");
DeclareGlobalFunction("PathComponentsCWSubcomplex");
DeclareGlobalFunction("ClosureCWCell");
DeclareGlobalFunction("HAP_KK_AddCell");
DeclareGlobalFunction("BarycentricallySubdivideCell");
DeclareGlobalFunction("SubdivideCell");
DeclareGlobalFunction("RegularCWComplexComplement");
DeclareGlobalFunction("SequentialRegularCWComplexComplement");
DeclareGlobalFunction("LiftColouredSurface");
DeclareGlobalFunction("ViewArc2Presentation");
DeclareGlobalFunction("SphericalKnotComplement");
DeclareGlobalFunction("Tube");
DeclareGlobalFunction("KinkArc2Presentation");
DeclareGlobalFunction("NumberOfCrossingsInArc2Presentation");
DeclareGlobalFunction("RandomArc2Presentation");