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

4.22.4.18 getLinearForms

Syntax:
getLinearForms( cone c )
getLinearForms( polytope p )
Type:
intvec
Purpose:
linear forms of the cone (can be set by setLinearForms); returns empty intmat if not set
Example:
 
intmat M[2][3]=
-1,0,0,
0,-1,0;
cone c=coneViaRays(M);
getLinearForms(c);
==> 
intvec v=1,1,1;
setLinearForms(c,v);
getLinearForms(c);
==> 1,1,1

Top Back: getLinealitySpace Forward: getMultiplicity 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.