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

4.23.3.31 setLinearForms

Syntax:
setLinearForms( cone c, intvec linearform )
setLinearForms( polytope c, intvec linearform )
Type:
Purpose:
adds the information of a linear form to the cone
Example:
 
intmat M[2][3]=
-1,0,0,
0,-1,0;
cone c=coneViaPoints(M);
getLinearForms(c);
==> 
intvec v=1,1,1;
setLinearForms(c,v);
getLinearForms(c);
==> 1, 1, 1

Top Back: semigroupGenerator Forward: setMultiplicity FastBack: coneViaInequalities 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-6, Dec 2012, generated by texi2html.