|
################################################################################
##
## simpcomp / generate.gd
##
## Generate simplicial complexes or construct them using existing
## complexes.
##
## $Id$
##
################################################################################
## GAPDoc include
## <#GAPDoc Label="highlysymmetricsurfaces">
##
## <#Include Label="SCChiralMap"/>
## <#Include Label="SCChiralMaps"/>
## <#Include Label="SCChiralTori"/>
## <#Include Label="SCNrChiralTori"/>
## <#Include Label="SCNrRegularTorus"/>
## <#Include Label="SCRegularMap"/>
## <#Include Label="SCRegularMaps"/>
## <#Include Label="SCRegularTorus"/>
## <#Include Label="SCSeriesSymmetricTorus"/>
##
##
## <#/GAPDoc>
DeclareGlobalFunction("SCChiralMap");
DeclareGlobalFunction("SCChiralMaps");
DeclareGlobalFunction("SCChiralTori");
DeclareGlobalFunction("SCNrChiralTori");
DeclareGlobalFunction("SCNrRegularTorus");
DeclareGlobalFunction("SCRegularMap");
DeclareGlobalFunction("SCRegularMaps");
DeclareGlobalFunction("SCRegularTorus");
DeclareGlobalFunction("SCSeriesSymmetricTorus");
[ Dauer der Verarbeitung: 0.22 Sekunden
(vorverarbeitet)
]
|