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}
void append(const_monomial d)
Definition freemod.cpp:130
tbb::flow::graph G

References append(), FreeModule(), and G.