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

4.22.4.7 getCodimension

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

Top Back: getAmbientDimension Forward: getDimension 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.