cyldec.spad line 174 [edit on github]
undocumented
dimension(c)
returns dimension of c
hasDimension?(c)
returns true
if c
is of positive dimension. Otherwise hasDimension?(c
) returns false
.
mainVariableOf(c)
returns main variable of c
makeCell(lc)
creates a cell from list of simple cells lc
makeCell(c, sc)
creates a cell which consists of sc
in main variable and which has projection c
projection(c)
projects c
with respect to main variable
samplePoint(c)
returns the sample point of c
simpleCells(c)
returns lists of simple cells determining c
. That is c
= makeCell(simpleCells(c
))
variablesOf(c)
returns list of variables of c