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

4.22.4.19 getMultiplicity

Syntax:
getMultiplicity( cone c )
getMultiplicity( polytope p )
Type:
int
Purpose:
multiplicity of the cone (can be set by setMultiplicity); returns 1 if not set
Example:
 
intmat M[2][3]=
-1,0,0,
0,-1,0;
cone c=coneViaRays(M);
getMultiplicity(c);
==> 1
setMultiplicity(c,3);
getMultiplicity(c);
==> 3

Top Back: getLinearForms Forward: getNegated 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.