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

4.22.4.29 isOrigin

Syntax:
isOrigin( cone c )
Type:
int
Purpose:
1 iff the cone is just the origin of the ambient space; 0 otherwise
Example:
 
cone c1; // full cone in zero-dimensional ambient space
isOrigin(c1);
==> 1
intmat M2[2][2]=
1,0,
0,1;
cone c2=coneViaRays(M2);
isOrigin(c2);
==> 0
intmat M3[4][2]=
1,0,
0,1,
-1,0,
0,-1;
cone c3=coneViaRays(M3);
isOrigin(c3);
==> 0

Top Back: isFullSpace Forward: isSimplicial 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.