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
}
IntsSet::mElements
std::vector< ModuleMonom > mElements
Definition
monomial-collection.hpp:395
IntsSet
Definition
monomial-collection.hpp:298
IntsSet
Generated on
for Macaulay2 Engine by
1.15.0