Macaulay2 Engine
Loading...
Searching...
No Matches

◆ IM2_FreeModule_tensor()

const FreeModule * IM2_FreeModule_tensor ( const FreeModule * F,
const FreeModule * G )

Definition at line 117 of file freemodule.cpp.

119{
120 try
121 {
122 return F->tensor(G);
123 } catch (const exc::engine_error& e)
124 {
125 ERROR(e.what());
126 return nullptr;
127 }
128}
FreeModule * tensor(const FreeModule *G) const
Definition freemod.cpp:271
const int ERROR
Definition m2-mem.cpp:55
tbb::flow::graph G

References ERROR, G, and FreeModule::tensor().