Macaulay2 Engine
Loading...
Searching...
No Matches
◆
direct_sum_to()
void FreeModule::direct_sum_to
(
const
FreeModule
*
G
)
Definition at line
263
of file
freemod.cpp
.
264
{
265
for
(
int
i = 0; i <
G
->rank(); i++)
append
(
G
->degree(i));
266
267
// if (schreyer != NULL && G->schreyer != NULL)
268
// schreyer->append_order(G->schreyer);
269
}
FreeModule::append
void append(const_monomial d)
Definition
freemod.cpp:130
G
tbb::flow::graph G
Definition
res-tasking-example.cpp:46
References
append()
,
FreeModule()
, and
G
.
FreeModule
Generated on
for Macaulay2 Engine by
1.15.0