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

4.22.4.8 getDimension

Syntax:
getDimension( cone c ) getDimension( fan f ) getDimension( polytope p )
Type:
int
Purpose:
dimension of the cone
Example:
 
intmat M1[1][2]=
1,0;
cone c1=coneViaRays(M1);
getDimension(c1);
==> 1
intmat M2[1][2]=
0,0;
cone c2=coneViaRays(M2);
getDimension(c2);
==> 0

Top Back: getCodimension Forward: getDualCone 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.