Macaulay2 Engine
Loading...
Searching...
No Matches

◆ exponent_table_put()

long exponent_table_put ( exponent_table * E,
const exponent expon,
long value )

Definition at line 62 of file exptable.c.

66{
67 table_nvars = E->nvars;
68 return (long)Table_put(E->table, expon, (void *)value);
69}
static int table_nvars
Definition exptable.c:19
Table_T * table
Definition exptable.c:16
void * Table_put(T *table, const void *key, void *value)
Definition table.c:83

References exponent_table::nvars, exponent_table::table, table_nvars, and Table_put().

Referenced by Matrix::coeffs(), and Matrix::monomials().