Macaulay2 Engine
Loading...
Searching...
No Matches
ResMonomialsIgnoringComponent Class Reference

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 ResMonoidmMonoid

Detailed Description

MonHashTable trait for res_packed_monomials with the component coordinate folded out.

Note
AI-generated documentation. Verify against the source before relying on it.

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.


The documentation for this class was generated from the following file: