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}
static void exponents_show(FILE *fil, exponents_t exp, int nvars)
Definition montable.cpp:34

References _nvars, and exponents_show().