Top
Back: semigroupGenerator
Forward: setMultiplicity
FastBack:
FastForward:
Up: gfan_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.2.39 setLinearForms

Procedure from library gfan.lib (see gfan_lib).

Usage:
setLinearForms(c); c cone
setLinearForms(p); p polytope

Return:
none, stores linear forms in c resp p

Example:
 
LIB "gfan.lib";
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: FastForward: Up: gfan_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.