Macaulay2 Engine
Loading...
Searching...
No Matches
IntsSet< Configuration > Class Template Reference

#include <monomial-collection.hpp>

Public Types

using Conf = Configuration
using Set = std::unordered_set<ModuleMonom, ModuleMonomHash, ModuleMonomEq>

Public Member Functions

 IntsSet (Conf C)
Configuration configuration () const
const Setset () const
const std::vector< ModuleMonom > & uniqueMonoms () const
std::size_t size () const
bool insert (Monom m, int comp)
std::pair< int, boolfind (Monom m, int comp)
void sort ()
void display (std::ostream &o) const
void stats (std::ostream &o) const
auto begin () const -> decltype(mElements.begin())
auto end () const -> decltype(mElements.end())

Private Attributes

Conf mConf
memt::Arena mArena
Set mHash
std::vector< ModuleMonommElements

Detailed Description

template<typename Configuration>
class IntsSet< Configuration >

Definition at line 297 of file monomial-collection.hpp.


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