Top
Back: showNmzOptions
Forward: setNmzVersion
FastBack: normal_lib
FastForward: pointid_lib
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.16.12 normaliz

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
normaliz(intmat sgr,int nmz_mode);

Return:
The function applies Normaliz to the parameter sgr in the mode set by nmz_mode. The function returns the intmat defined by the file with suffix gen.

Note:
You will find procedures for many applications of Normaliz in this library, so the explicit call of this procedure may not be necessary.

Example:
 
LIB "normaliz.lib";
ring R=0,(x,y,z),dp;
intmat M[3][2]=3,1,
3,2,
1,3;
normaliz(M,1);
==> 1,1,
==> 2,1,
==> 1,2,
==> 3,1,
==> 1,3 
See also: ehrhartRing; intclMonIdeal; intclToricRing; normalToricRing; torusInvariants; valRing; valRingIdeal.


Top Back: showNmzOptions Forward: setNmzVersion FastBack: normal_lib FastForward: pointid_lib Up: normaliz_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-3, March 2011, generated by texi2html.