|
D.15.6.1 afaces
Procedure from library gitfan.lib (see gitfan_lib).
- Usage:
- afaces(a, b, c); a: ideal, d: int, c: int
- Purpose:
- Returns a list of all a-faces (represented by intvecs).
Moreover, it is possible to specify a dimensional bound b,
upon which only cones of that dimension and above are returned.
Lastly, as the computation is parallizable, one can specify c,
the number of cores to be used by the computation.
- Return:
- a list of intvecs
Example:
|