CW Complexes¶
-
sage.categories.cw_complexes.
CWComplexes
¶ The category of CW complexes.
A CW complex is a Closure-finite cell complex in the Weak topology.
REFERENCES:
Note
The notion of “finite” is that the number of cells is finite.
EXAMPLES:
sage: from sage.categories.cw_complexes import CWComplexes sage: C = CWComplexes(); C Category of CW complexes