Macaulay2 Engine
Loading...
Searching...
No Matches
◆
show_weak()
void MonomialTableZZ::show_weak
(
FILE *
fil
,
mpz_srcptr
coeff
,
exponents_t
exp
,
int
comp
,
int
val
) const
Definition at line
497
of file
montableZZ.cpp
.
502
{
503
fprintf(fil,
" elem coeff="
);
504
mpz_out_str(fil, 10, coeff);
505
fprintf(fil,
" exp="
);
506
exponents_show
(fil, exp,
_nvars
);
507
fprintf(fil,
" comp="
);
508
fprintf(fil,
"%d"
, comp);
509
fprintf(fil,
" val="
);
510
fprintf(fil,
"%d\n"
, val);
511
}
MonomialTableZZ::_nvars
int _nvars
Definition
montableZZ.hpp:178
exponents_show
static void exponents_show(FILE *fil, exponents_t exp, int nvars)
Definition
montable.cpp:34
References
_nvars
, and
exponents_show()
.
MonomialTableZZ
Generated on
for Macaulay2 Engine by
1.15.0