Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator<<()
[1/3]
std::ostream & operator<<
(
std::ostream &
o
,
const std::deque<
Overlap
> &
val
)
Definition at line
75
of file
OverlapTable.cpp
.
76
{
77
int
count = 0;
78
for
(
auto
a : val)
79
{
80
o << a;
81
o <<
","
;
82
count++;
83
if
(count % 10 == 0) o << std::endl;
84
}
85
return
o;
86
}
Macaulay2
e
NCAlgebras
OverlapTable.cpp
Generated on
for Macaulay2 Engine by
1.15.0