|
Macaulay2 Engine
|
MonHashTable trait for res_packed_monomials with the component coordinate folded out. More...
#include <monhashtable.hpp>
Public Types | |
| typedef res_packed_monomial | value |
Public Member Functions | |
| int | hash_value (value m) const |
| bool | is_equal (value m, value n) const |
| void | show (value m) const |
| ResMonomialsIgnoringComponent (const ResMonoid &MI) | |
Private Attributes | |
| const ResMonoid & | mMonoid |
MonHashTable trait for res_packed_monomials with the component coordinate folded out.
Resolution counterpart of MonomialsIgnoringComponent: hash_value is just the leading int (the monomial-only hash) and is_equal defers to ResMonoid::monomial_part_is_equal.
Definition at line 135 of file monhashtable.hpp.