|
Macaulay2 Engine
|
#include <MonomialLookupTable.hpp>
Public Member Functions | |
| MonomialLookupIterator (const MonomialLookupTable &table, IterType iter) | |
| bool | isUsed () |
| int | simpleDegree () |
| uint64_t | mask () |
| int | value () |
| int | offset () |
Private Types | |
| using | IterType = decltype(mMonomialInfo.cbegin()) |
Private Attributes | |
| IterType | mIter |
Definition at line 91 of file MonomialLookupTable.hpp.