Top
Back: semigroupGenerator
Forward: intersectCones
FastBack: quickConeViaNormals
FastForward: fan
Up: cone related functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.23.4.26 uniquePoint

Syntax:
uniquePoint( cone c )
Type:
intvec
Purpose:
special-purpose interior point which supports recognition of symmetries among non-intersecting cones (used in implementation of fans)
Example:
 
intmat M1[2][2]=
1,0,
0,1;
cone c1=coneViaRays(M1);
uniquePoint(c1);
==> 1
==> 1
intmat M2[2][2]=
1,0,
1,1;
cone c2=coneViaRays(M2);
uniquePoint(c2);
==> 2
==> 1

Top Back: semigroupGenerator Forward: intersectCones FastBack: quickConeViaNormals FastForward: fan Up: cone related functions Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-4, Jan 2012, generated by texi2html.