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

◆ exponent_table_to_array()

const void ** exponent_table_to_array ( exponent_table * E)

Definition at line 79 of file exptable.c.

80{
81 return Table_toArray(E->table, NULL);
82}
Table_T * table
Definition exptable.c:16
const void ** Table_toArray(T *table, void *end)
Definition table.c:154

References exponent_table::table, and Table_toArray().

Referenced by Matrix::monomials().