|
D.4.16.15 normaliz
Procedure from library normaliz.lib (see normaliz_lib).
- Usage:
- normaliz(intmat sgr,int nmz_mode);
normaliz(intmat sgr, int nmz_mode, intmat sgr2, int nmz_mode2, ...);
- 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.
It is also possible to give more than one pair of matrix and mode. In
this case all matrices and modes are used. This can be used to
combine modes 4,5,6.
Use nmz_mode=20 to specify a grading.
- 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:
See also:
diagInvariants;
ehrhartRing;
finiteDiagInvariants;
intclMonIdeal;
intclToricRing;
intersectionValRingIdeals;
intersectionValRings;
normalToricRing;
torusInvariants.
|