Macaulay2 Engine
Loading...
Searching...
No Matches
◆
append_order()
void SchreyerOrder::append_order
(
const
SchreyerOrder
*
G
)
Definition at line
184
of file
schorder.cpp
.
185
{
186
for
(
int
i = 0; i <
G
->rank(); i++)
187
append
(
G
->compare_num(i),
G
->base_monom(i));
188
}
SchreyerOrder::append
void append(int compare_num, const_monomial base_monom)
Definition
schorder.cpp:19
G
tbb::flow::graph G
Definition
res-tasking-example.cpp:46
References
append()
,
G
, and
SchreyerOrder()
.
SchreyerOrder
Generated on
for Macaulay2 Engine by
1.15.0