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

◆ display()

template<typename Configuration>
void IntsSet< Configuration >::display ( std::ostream & o) const
inline

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

354 {
355 // TODO: maybe we don't need this function.
356 for (auto& m : mElements)
357 o << " " << m << std::endl;
358 }
std::vector< ModuleMonom > mElements