Macaulay2 Engine
Loading...
Searching...
No Matches
◆
dumpBuckets()
auto
MonomialHashTable
< ValueType >::dumpBuckets
(
)
const
Definition at line
125
of file
MonomialHashTable.cpp
.
126
{
127
for
(
long
i=0; i <
mBuckets
.size(); ++i)
128
{
129
if
(i % 100 == 0) std::cout << std::endl;
130
std::cout <<
mBuckets
[i] <<
" "
;
131
}
132
std::cout << std::endl;
133
}
newf4::MonomialHashTable::mBuckets
std::vector< MonomialIndex > mBuckets
Definition
MonomialHashTable.hpp:214
References
mBuckets
.
newf4
MonomialHashTable
Generated on
for Macaulay2 Engine by
1.15.0