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

4.22.4.32 setMultiplicity

Syntax:
setMultiplicity( cone c, int multiplicity )
setMultiplicity( polytope c, int multiplicity )
Type:
Purpose:
adds the information of a multiplicity to the cone
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: setLinearForms Forward: fan 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.