Top
Back: equations
Forward: facets
FastBack:
FastForward:
Up: gfan_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.2.19 faceContaining

Procedure from library gfan.lib (see gfan_lib).

Usage:
faceContaining(c,w); c cone, w intvec/bigintmat

Assume:
containsInSupport(c,w)==1

Return:
cone, the face of c containing w in its relative interior

Example:
 
LIB "gfan.lib";
intmat M[2][2]=
1,0,
0,1;
cone c=coneViaPoints(M);
faceContaining(c,intvec(1,0));
==> AMBIENT_DIM
==> 2
==> INEQUALITIES
==> 1,0
==> LINEAR_SPAN
==> 0,1
==> 
faceContaining(c,intvec(0,1));
==> AMBIENT_DIM
==> 2
==> INEQUALITIES
==> 0,1
==> LINEAR_SPAN
==> 1,0
==> 
faceContaining(c,intvec(1,1));
==> AMBIENT_DIM
==> 2
==> INEQUALITIES
==> 0,1,
==> 1,0
==> LINEAR_SPAN
==> 
==> 
faceContaining(c,intvec(0,0));
==> AMBIENT_DIM
==> 2
==> INEQUALITIES
==> 
==> LINEAR_SPAN
==> 1,0,
==> 0,1
==> 


Top Back: equations Forward: facets FastBack: FastForward: Up: gfan_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.